add button to force fetch NTP time

This commit is contained in:
Paul
2019-08-27 22:49:00 +02:00
parent 6274990353
commit ab73ea1c73
7 changed files with 38 additions and 10 deletions

View File

@@ -27,7 +27,6 @@ class NtpClient {
static byte NTPpacket[NTP_PACKET_SIZE];
private:
static ICACHE_FLASH_ATTR time_t getNtpTime();
};