Files
ESPTimeCast/data/config.json
mfactory-osaka e3a27974db Added Advance setting:
Added Advance setting:
Custom Primary/Secondary NTP server input
24/12h clock mode toggle (24-hour default)
Flip display (180 degrees)
Adjustable display brightness
2025-06-12 17:38:35 +09:00

16 lines
381 B
JSON

{
"ssid": "",
"password": "",
"openWeatherApiKey": "ADD-YOUR-API-KEY-32-CHARACTERS",
"openWeatherCity": "",
"openWeatherCountry": "",
"clockDuration": 10000,
"weatherDuration": 5000,
"timeZone": "",
"weatherUnits": "metric",
"brightness": 10,
"flipDisplay": false,
"ntpServer1": "pool.ntp.org",
"ntpServer2": "time.nist.gov",
"twelveHourToggle": false
}