mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Корректируем название файлов для Linux
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "Global.h"
|
||||
#ifdef ESP32
|
||||
#if USE_LITTLEFS
|
||||
#include <LITTLEFS.h>
|
||||
#include <LittleFS.h>
|
||||
#define FileFS LittleFS
|
||||
#define FS_NAME "LittleFS_32"
|
||||
#define CONFIG_LITTLEFS_SPIFFS_COMPAT 1
|
||||
|
||||
@@ -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