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
312 stars 42 forks source link

[SD-App] default launcher tobozo/M5Stack-SD-Updater #77

Open tobozo opened 5 years ago

tobozo commented 5 years ago

https://github.com/tobozo/M5Stack-SD-Updater

tobozo commented 5 years ago

Add library requirements:

https://github.com/bblanchon/ArduinoJson/releases/download/v6.18.5/ArduinoJson-v6.18.5.zip
https://github.com/tobozo/ESP32-Chimera-Core
https://github.com/lovyan03/LovyanGFX

namespace: TobozoLauncher

pre-hook:

needs_firmware=1; inofile_forced=examples/M5Stack-SD-Menu/M5Stack-SD-Menu.ino; inofile=$inofile_forced; if [[ "$repo_branch" == "unstable" ]]; then SDCardAppNameSpace=BetaLauncher;else SDCardAppNameSpace=TobozoLauncher; fi; expectedOutFileName="$SDCardAppNameSpace.bin"

post-hook:

#
tobozo commented 5 years ago

The app has been scheduled for rebuild

tobozo commented 4 years ago

Compilation of this package failed, it has been labeled as invalid until the source of the problem is identified and addressed