-
Sketch flashed successfully on M5Fire (with M5Classic board settings, PSRam disabled), however after flashing another unrelated sketch I see the RGB leds are still enabled, even after reset or in deep…
-
Hey ^^ I can't really test your app as I'm missing the mask and the led strip, but while adding the sd-updater layer I found a possible optimization where you can get rid of the SPIFFS requirement by …
-
poke @lovyan03 the Launcher code was updated according to your suggestions
https://github.com/tobozo/M5Stack-SD-Updater/commit/6056a1ddf764304d670519f6535f17402d944f27
-
Hello,
When I compile version 0.4.1 with AuruinoIDE, get the following error.
Arduino\libraries\M5Stack-SD-Updater\src\M5StackUpdater.cpp:212:91: error: format '%s' expects argument of type 'cha…
-
Got this error with the Current library ArduinoJSON v 6.0.0-beta from the library manager in the Arduino IDE.
error: 'StaticJsonBuffer' was not declared in this scope
Downdating to the previous …
-
All components are the latest. Cmpilation via VisualMicro. Arduino IDE - same result.
Result:
`**Opening port
Port open
Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
Cor…
-
```
Mover.cpp:15: error: 'ILI9341' does not name a type
ILI9341* d;
^
```
fixed by searching every occurence of `ILI9341` and replacing by `M5Display`
Also you'll need the latest v…
-
## Environment
- Development Kit: M5Stack-Fire
- IDF version (run ``git describe --tags`` to find it): ESP-IDF: v3.3-beta1-dirty
- Build System: Make
- Compiler version (ru…
-
Error compiling msg:
....\Documents\Arduino\libraries\M5Stack_SD_Updater\src\M5StackUpdater.cpp: In member function 'void SDUpdater::performUpdate(Stream&, size_t, String)':
....\Documents\Arduino\l…
-
Hi,
compiling, flashing works so far,
but when I enter an SD app I can't go back to menu.bin
I see, Loading menu.bin at LCD
and serial monitor shows a downloading unitl about 78%:
percent = 70
p…