32 broken

This commit is contained in:
Yuri Trikoz
2020-06-22 03:11:02 +03:00
parent 40688130fd
commit 092bec7dde
34 changed files with 1308 additions and 341 deletions

View File

@@ -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();