* fix #195: used trim() to remove leading and trailing spaces, added maxlength attr to input field

* started to work on #209: added another timer for NTP update after configurable interval (default 12h)
This commit is contained in:
lumapu 2022-08-30 15:35:36 +02:00
parent 4796555fac
commit 2bfb6467e0
9 changed files with 22 additions and 21 deletions

View file

@ -225,6 +225,8 @@ class app {
uint16_t mUptimeInterval;
uint32_t mUptimeSecs;
uint8_t mHeapStatCnt;
uint32_t mNtpRefreshTicker;
uint32_t mNtpRefreshInterval;
bool mWifiSettingsValid;