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 m5stack-DHT12 #43

Open tobozo opened 5 years ago

tobozo commented 5 years ago

Please add this project to the m5stack registry https://github.com/s2node/m5stack-DHT12

tobozo commented 5 years ago

Add library requirement:

https://github.com/AmbientDataInc/Ambient_ESP8266_lib
tobozo commented 5 years ago

pre-hook:

awk '/\/\/#define OFFLINE_MODE/{print;print "#define OFFLINE_MODE";next}1' DHT12.ino > tmp && mv tmp DHT12.ino;

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