optimize memory, upd AnalogADC

This commit is contained in:
Mit4el
2025-02-14 17:32:01 +03:00
parent 05ea75aa0a
commit e3d3bca68e
8 changed files with 27 additions and 22 deletions

View File

@@ -29,8 +29,8 @@ bool publishChartFileToMqtt(String path, String id, int maxCount);
void publishWidgets();
void mqttCallback(char* topic, uint8_t* payload, size_t length);
void handleMqttStatus(bool send);
void handleMqttStatus(bool send, int state);
//void handleMqttStatus(bool send);
void handleMqttStatus(bool send, int state == -1);
const String getStateStr(int e);