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

[SD-App] please add @tomorrow56's M5Stack_Plotclock #117

Open tobozo opened 4 years ago

tobozo commented 4 years ago

https://github.com/tomorrow56/M5Stack_Plotclock

tobozo commented 4 years ago

library requirement:

https://github.com/zhouhan0126/DNSServer---esp32
https://github.com/zhouhan0126/WebServer-esp32
https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library
https://github.com/PaulStoffregen/Time
tobozo commented 4 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

tobozo commented 4 years ago

pre-hook:

sed -i 's/Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(&Wire, 0x72);/Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x72, Wire);/g' M5_plotclock_V1_04_autoconnect/M5_plotclock_V1_04_autoconnect.ino

post-hook:

#