M5Stack_MicroPython icon indicating copy to clipboard operation
M5Stack_MicroPython copied to clipboard

MicroPython for ESP32 with psRAM support

Results 13 M5Stack_MicroPython issues
Sort by recently updated
recently updated
newest added

``` 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...