mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
убрал русские символы
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "Global.h"
|
#include "Global.h"
|
||||||
#include "сlasses/sendJson.h"
|
#include "classes/sendJson.h"
|
||||||
|
|
||||||
#ifdef STANDARD_WEB_SERVER
|
#ifdef STANDARD_WEB_SERVER
|
||||||
extern void standWebServerInit();
|
extern void standWebServerInit();
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
#include "Utils/WiFiUtils.h"
|
#include "Utils/WiFiUtils.h"
|
||||||
#include "AsyncWebServer.h"
|
#include "AsyncWebServer.h"
|
||||||
#include "StandWebServer.h"
|
#include "StandWebServer.h"
|
||||||
#include "сlasses/sendJson.h"
|
#include "classes/sendJson.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "сlasses/sendJson.h"
|
#include "classes/sendJson.h"
|
||||||
|
|
||||||
SendJson::SendJson() {}
|
SendJson::SendJson() {}
|
||||||
SendJson::~SendJson() {}
|
SendJson::~SendJson() {}
|
||||||
Reference in New Issue
Block a user