исправление всех багов графиков

This commit is contained in:
Dmitry Borisenko
2022-09-08 23:35:19 +02:00
parent 5e8120086b
commit fff7c976a9
10 changed files with 35 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
//Версия прошивки
#define FIRMWARE_VERSION 416
#define FIRMWARE_VERSION 417
#ifdef esp8266_4mb
#define FIRMWARE_NAME "esp8266_4mb"

View File

@@ -20,8 +20,8 @@ class IoTItem {
virtual void doByInterval();
virtual IoTValue execute(String command, std::vector<IoTValue>& param);
void regEvent(String value, String consoleInfo);
void regEvent(float value, String consoleInfo);
virtual void regEvent(String value, String consoleInfo);
virtual void regEvent(float value, String consoleInfo);
String getSubtype();
virtual void sendChart(bool mqtt);