Add extra lines
This commit is contained in:
@@ -89,3 +89,4 @@ void loop()
|
||||
{
|
||||
Blynk.run();
|
||||
}
|
||||
|
||||
|
@@ -194,3 +194,4 @@ void loop() {
|
||||
delay(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -153,3 +153,4 @@ void mqttCallback(char* topic, byte* payload, unsigned int len) {
|
||||
mqtt.publish(topicLedStatus, ledStatus ? "1" : "0");
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -116,3 +116,4 @@ void loop() {
|
||||
delay(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user