EdgarBarranco / ESP8266_4_clocks

ESP8266 + NTP + (TM1637 * 4)
1 stars 1 forks source link

CANT SHOW THE TIME ZONE #1

Open kevinhuihui opened 3 years ago

kevinhuihui commented 3 years ago

Dear:

after i uploaded the software to the ESP8266, I went to the index.html through by right ip address, but it cant show the time zone which is drop-down list that's means cant set the time zone

EdgarBarranco commented 3 years ago

Hi,

I apologizare for not getting back to you sooner, I didn't see this until today. If you have not yet figured out the issue, the problem could be that you have not created the filesystem on the ESP and uploaded the menu.txt file. I clearly need to document this better, but I wasn't planning on having anyone else looking at it, let alone using it :).

Adding the time zones to the code would make it unnecessarily lengthy, plus it will require to edit the code if a time zone needed to be added (who knows why) so to avoid that, I moved it to the file under /data.

It would be awesome if I could add code to know daylight time so, I don't need to touch it, but I have not bothered with that.