You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's the first time that i use platformio, so i don't really know how to use it. I changed the env and board to esp32dev, platform to espressif32 and added two libraries, but when i compile it i get this error 'TIMER_RESOLUTION' was not declared in this scope
does someone alredy tried to use Moppy with an ESP32?
(sorry for bad english)
i'm using linux btw.
The text was updated successfully, but these errors were encountered:
Hrm, this might be related to a recent change merged to add ESP32 support (but apparently accidentally removing it, haha). Try replacing these lines here with just the following line: #define TIMER_RESOLUTION 40
Once you get it working on Esp32 try lowering the Resolution value. I am using different software but can get down to around 10 before it crashes. The lower the value to more accurate the notes and 4x is a major improvement for higher notes.
it's the first time that i use platformio, so i don't really know how to use it. I changed the env and board to esp32dev, platform to espressif32 and added two libraries, but when i compile it i get this error
'TIMER_RESOLUTION' was not declared in this scope
does someone alredy tried to use Moppy with an ESP32?
(sorry for bad english)
i'm using linux btw.
The text was updated successfully, but these errors were encountered: