new board esp32 3m flash, bugfix modules

This commit is contained in:
Mit4el
2023-10-08 18:19:08 +03:00
parent 0b3289a0ea
commit 164f3be998
86 changed files with 348 additions and 72 deletions

View File

@@ -29,7 +29,7 @@ class IoTItem {
virtual String getValue();
long getInterval();
bool isGlobal();
void sendSubWidgetsValues(String& id, String& json);
void setInterval(long interval);
@@ -63,8 +63,9 @@ class IoTItem {
virtual void setValue(const IoTValue& Value, bool genEvent = true);
virtual void setValue(const String& valStr, bool genEvent = true);
String getRoundValue();
String getRoundValue();
void getNetEvent(String& event);
virtual String getMqttExterSub();
// хуки для системных событий (должны начинаться с "on")
virtual void onRegEvent(IoTItem* item);