mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Updates
This commit is contained in:
@@ -526,7 +526,7 @@ void mqttOrderSend() {
|
||||
//Serial.print(all_line);
|
||||
//Serial.print("->");
|
||||
//Serial.println(order);
|
||||
client_mqtt.publish(all_line.c_str(), order.c_str(), false);
|
||||
mqtt.publish(all_line.c_str(), order.c_str(), false);
|
||||
}
|
||||
|
||||
void httpOrderSend() {
|
||||
|
||||
Reference in New Issue
Block a user