mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
fix BLE
This commit is contained in:
@@ -30,7 +30,7 @@ void publishWidgets();
|
||||
|
||||
void mqttCallback(char* topic, uint8_t* payload, size_t length);
|
||||
//void handleMqttStatus(bool send);
|
||||
void handleMqttStatus(bool send, int state == -1);
|
||||
void handleMqttStatus(bool send, int state = -1);
|
||||
|
||||
const String getStateStr(int e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user