mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
iot manager ver 2.0
This commit is contained in:
1
mqtt.ino
1
mqtt.ino
@@ -127,7 +127,6 @@ void callback(char* topic, byte* payload, unsigned int length) {
|
||||
Serial.println(" => " + str);
|
||||
|
||||
if (str == "HELLO") outcoming_date();
|
||||
//if (str == "work") outcoming_date(); //Для приема получения work и подтверждения связи (для приложения mqtt IOT MQTT Panel)
|
||||
|
||||
//превращает название топика в команду, а значение в параметр команды
|
||||
|
||||
|
||||
Reference in New Issue
Block a user