mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
32 broken
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
|
||||
void Time_Init();
|
||||
|
||||
void time_check();
|
||||
|
||||
void reconfigTime();
|
||||
|
||||
/*
|
||||
* Получение текущего времени
|
||||
*/
|
||||
@@ -22,7 +18,7 @@ String getTimeUnix();
|
||||
|
||||
/*
|
||||
* Параметр время
|
||||
* Результат выполнения
|
||||
* @result результат
|
||||
*/
|
||||
boolean getUnixTimeStr(String&);
|
||||
|
||||
@@ -38,3 +34,9 @@ String getDateDigitalFormated();
|
||||
int timeToMin(String Time);
|
||||
|
||||
const String prettyMillis(unsigned long time_ms = millis());
|
||||
|
||||
int timeZoneInSeconds(const byte timeZone);
|
||||
|
||||
bool hasTimeSynced();
|
||||
|
||||
int getBiasInSeconds();
|
||||
Reference in New Issue
Block a user