mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
убрал лишнее
This commit is contained in:
@@ -7,4 +7,3 @@ extern std::list<IoTItem*> IoTItems; // вектор ссылок базово
|
||||
extern void configure(String path);
|
||||
void clearConfigure();
|
||||
extern IoTItem* myIoTItem;
|
||||
extern IoTBench* myIoTBernch;
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
#include "utils/StringUtils.h"
|
||||
#include "PeriodicTasks.h"
|
||||
#include "classes/IoTGpio.h"
|
||||
#include "classes/IoTBench.h"
|
||||
|
||||
/*********************************************************************************************************************
|
||||
*****************************************глобальные объекты классов***************************************************
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <time.h>
|
||||
#include "classes/IoTDB.h"
|
||||
#include "utils/Statistic.h"
|
||||
#include "classes/IoTBench.h"
|
||||
#include <Wire.h>
|
||||
#if defined(esp32s2_4mb) || defined(esp32s3_16mb)
|
||||
#include <USB.h>
|
||||
|
||||
Reference in New Issue
Block a user