NTP Timezone & Enable/Disable Setting (#80)
* quick and dirty WIP to investigate timezones, currently only building under esp8266 platform much of the status stuff has been stripped for now, to test the concepts * support set of common features across ESP32/ESP8266 WRT timezone and sntp return dates as ISO format strings * remove time library, and timelib fix which is no longer required * fix the icons * remove temporary changes to demo project
This commit is contained in:
@ -21,11 +21,9 @@ framework = arduino
|
||||
monitor_speed = 115200
|
||||
|
||||
extra_scripts =
|
||||
pre:scripts/timelib_fix.py
|
||||
pre:scripts/build_interface.py
|
||||
|
||||
lib_deps =
|
||||
NtpClientLib@>=2.5.1,<3.0.0
|
||||
ArduinoJson@>=6.0.0,<7.0.0
|
||||
ESP Async WebServer@>=1.2.0,<2.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user