Модуль Benchmark

This commit is contained in:
Mit4el
2024-02-26 23:29:02 +03:00
parent 15de2955fb
commit b4919bddd6
13 changed files with 297 additions and 1730 deletions

View File

@@ -50,6 +50,7 @@
#include "utils/StringUtils.h"
#include "PeriodicTasks.h"
#include "classes/IoTGpio.h"
#include "classes/IoTBench.h"
/*********************************************************************************************************************
*****************************************глобальные объекты классов***************************************************
@@ -58,6 +59,8 @@ extern IoTGpio IoTgpio;
extern IoTItem* rtcItem;
//extern IoTItem* camItem;
extern IoTItem* tlgrmItem;
extern IoTBench* benchLoadItem;
extern IoTBench* benchTaskItem;
extern TickerScheduler ts;
extern WiFiClient espClient;