mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
Typos with Asinc and \ in path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Utils\JsonUtils.h"
|
||||
#include "Utils/JsonUtils.h"
|
||||
#include "Utils/FileUtils.h"
|
||||
#include "Global.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Utils\StringUtils.h"
|
||||
#include "Utils/StringUtils.h"
|
||||
#include "Consts.h"
|
||||
|
||||
String selectToMarkerLast(String str, String found) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Utils\TimeUtils.h"
|
||||
#include "Utils/TimeUtils.h"
|
||||
|
||||
#include "Utils\StringUtils.h"
|
||||
#include "Utils/StringUtils.h"
|
||||
|
||||
static const uint8_t days_in_month[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
|
||||
static const char* week_days[7] = {"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat"};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Utils\WebUtils.h"
|
||||
#include "Utils/WebUtils.h"
|
||||
#include "ESPAsyncWebServer.h"
|
||||
|
||||
String getURL(const String& urls) {
|
||||
@@ -17,8 +17,6 @@ String getURL(const String& urls) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const String getMethodName(AsyncWebServerRequest* request) {
|
||||
String res = F("UNKNOWN");
|
||||
if (request->method() == HTTP_GET)
|
||||
|
||||
Reference in New Issue
Block a user