snapshot
This commit is contained in:
@@ -54,9 +54,9 @@ private:
|
||||
String _pendStatusState;
|
||||
String _pendStatusMsg;
|
||||
|
||||
// NTP
|
||||
// NTP — pointer because NTPClient has no default constructor
|
||||
WiFiUDP _ntpUDP;
|
||||
NTPClient _timeClient = nullptr;
|
||||
NTPClient* _timeClient = nullptr;
|
||||
bool _ntpSynced = false;
|
||||
time_t _lastEpoch = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user