tobozo / M5Stack-SD-Updater

💾 Customizable menu system for M5Stack, M5Unified and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps
MIT License
309 stars 41 forks source link

Cant get it to work on a Core2 #138

Closed Joniss77 closed 3 years ago

Joniss77 commented 3 years ago

I can compile and upload to the Core2, but the display stays black? Any idea of what Im missing?

best regards Joniss77

tobozo commented 3 years ago

hey thanks for your feedback

A few things to check in order to enable M5Core2 support.

1) you're using the "M5Stack-Core2" choice from the Arduino Boards menu 2) you're using the new checkSDUpdater(); function to check for 'button' press 3) you're using either ESP32-Chimera-Core, or Lovyan03'2 M5Core2 fork until this pull request is complete 4) you touch the display 'button' as soon as the small square appears at boot (lasts 500ms)

by flashing your M5Core2 with Core Debug Level "Warn" there will eventually be some extra information in the Serial output window.

Joniss77 commented 3 years ago

Thanks for your reply, I got everything working now. 👍

tobozo commented 3 years ago

that's good news :-)

closing this issue as solved, feel free to reopen if necessary