mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-12-08 20:48:44 +00:00
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