Replace millis() with esp_timer_get_time() (#423)
This commit is contained in:
@@ -46,7 +46,7 @@ private:
|
||||
bool _startAp = false;
|
||||
bool _isReconnecting = false;
|
||||
char* _path;
|
||||
unsigned long _disconnectTs = 0;
|
||||
int64_t _disconnectTs = 0;
|
||||
|
||||
#ifndef NUKI_HUB_UPDATER
|
||||
char _ca[TLS_CA_MAX_SIZE] = {0};
|
||||
|
||||
Reference in New Issue
Block a user