M5Stack_MicroPython
M5Stack_MicroPython copied to clipboard
MicroPython for ESP32 with psRAM support
``` Task watchdog got triggered. The following tasks did not reset the watchdog in time: - mp_task (CPU 1) Tasks currently running: CPU 0: IDLE CPU 1: IDLE ``` How...
Is there an equivelent of the btn.multiBtnCb(btnA,btnC,dubugCombo_wasPressed) function, as found in UIFlow? I could not find it and using this function directly doesn't work. I tried a few combinations but...
Hi, I could not compile the proyect until I install some missing packages: `flex, bison, gperf and python-serial` Please, could you add a DEPENDS file (or something like that) where...