рабочая версия выгрузки длинного пассива в веб

This commit is contained in:
Dmitry Borisenko
2021-12-20 20:46:16 +01:00
parent d3046a921f
commit 329d1cd382
7 changed files with 95 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
//===================Libraries===================================================================================================================================================
#include <Arduino.h>
#include "CTBot.h"
#include <ArduinoJson.h>
#include <ArduinoOTA.h>
#include <PubSubClient.h>
@@ -10,7 +9,7 @@
#include <Wire.h>
#include <time.h>
#include "CTBot.h"
#include "Clock.h"
#include "Consts.h"
#include "ESP32.h"
@@ -40,6 +39,7 @@ extern AsyncWebServer server;
extern boolean just_load;
extern boolean telegramInitBeen;
extern boolean savedFromWeb;
extern boolean wsSetupFlag;
// Json
extern String configSetupJson; //все настройки
@@ -68,6 +68,7 @@ extern int currentBroker;
// orders and events
extern String orderBuf;
extern String wsBuf;
extern String eventBuf;
extern String mysensorBuf;
extern String itemsFile;