mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
esp32 рабочая версия с little fs файловой системой
This commit is contained in:
@@ -13,5 +13,6 @@ extern const String getTimeLocal_hhmmss();
|
||||
extern const String getDateTimeDotFormated();
|
||||
extern const String getDateDotFormated();
|
||||
extern unsigned long strDateToUnix(String date);
|
||||
const String getDateTimeDotFormatedFromUnix(unsigned long unixTime);
|
||||
extern const String getDateTimeDotFormatedFromUnix(unsigned long unixTime);
|
||||
extern unsigned long gmtTimeToLocal(unsigned long gmtTimestamp);
|
||||
extern const String getDateDotFormatedFromUnix(unsigned long unixTime);
|
||||
|
||||
Reference in New Issue
Block a user