mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
ntp interval time from byte to short
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef MyESP_h
|
||||
#define MyESP_h
|
||||
|
||||
#define MYESP_VERSION "1.2.17"
|
||||
#define MYESP_VERSION "1.2.18"
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <ArduinoOTA.h>
|
||||
@@ -489,7 +489,7 @@ class MyESP {
|
||||
|
||||
// ntp
|
||||
char * _ntp_server;
|
||||
uint8_t _ntp_interval;
|
||||
uint16_t _ntp_interval;
|
||||
bool _ntp_enabled;
|
||||
uint8_t _ntp_timezone;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user