Browse Source

Add extra lines

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
a457460e94
8 changed files with 8 additions and 0 deletions
  1. +1
    -0
      examples/BlynkClient/BlynkClient.ino
  2. +1
    -0
      examples/FileDownload/FileDownload.ino
  3. +1
    -0
      examples/MqttClient/MqttClient.ino
  4. +1
    -0
      examples/WebClient/WebClient.ino
  5. +1
    -0
      tools/AT_Debug/AT_Debug.ino
  6. +1
    -0
      tools/Diagnostics/Diagnostics.ino
  7. +1
    -0
      tools/FactoryReset/FactoryReset.ino
  8. +1
    -0
      tools/test_build/test_build.ino

+ 1
- 0
examples/BlynkClient/BlynkClient.ino View File

@ -89,3 +89,4 @@ void loop()
{
Blynk.run();
}

+ 1
- 0
examples/FileDownload/FileDownload.ino View File

@ -194,3 +194,4 @@ void loop() {
delay(1000);
}
}

+ 1
- 0
examples/MqttClient/MqttClient.ino View File

@ -153,3 +153,4 @@ void mqttCallback(char* topic, byte* payload, unsigned int len) {
mqtt.publish(topicLedStatus, ledStatus ? "1" : "0");
}
}

+ 1
- 0
examples/WebClient/WebClient.ino View File

@ -116,3 +116,4 @@ void loop() {
delay(1000);
}
}

+ 1
- 0
tools/AT_Debug/AT_Debug.ino View File

@ -79,3 +79,4 @@ void loop() {
delay(0);
}
}

+ 1
- 0
tools/Diagnostics/Diagnostics.ino View File

@ -155,3 +155,4 @@ void loop() {
delay(1000);
}
}

+ 1
- 0
tools/FactoryReset/FactoryReset.ino View File

@ -65,3 +65,4 @@ void setup() {
void loop() {
}

+ 1
- 0
tools/test_build/test_build.ino View File

@ -71,3 +71,4 @@ void loop() {
modem.networkDisconnect();
#endif
}

Loading…
Cancel
Save