mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Корректируем название файлов для Linux
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "NTP.h"
|
||||
|
||||
#include "Global.h"
|
||||
#include "Utils\SerialPrint.h"
|
||||
#include "utils/SerialPrint.h"
|
||||
|
||||
void ntpInit() {
|
||||
synchTime();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Utils\TimeUtils.h"
|
||||
#include "utils/TimeUtils.h"
|
||||
#include "Global.h"
|
||||
#include "Utils\StringUtils.h"
|
||||
#include "utils/StringUtils.h"
|
||||
|
||||
static const char* TIME_FORMAT PROGMEM = "%02d:%02d:%02d";
|
||||
static const char* TIME_FORMAT_WITH_DAYS PROGMEM = "%dd %02d:%02d";
|
||||
|
||||
Reference in New Issue
Block a user