mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
optimize memory, upd AnalogADC
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user