Skip to content

Commit 239352b

Browse files
committed
Add linebreak.
1 parent 1da7f91 commit 239352b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ArduinoOTA/examples/BasicOTA/BasicOTA.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ void setup() {
3535
ArduinoOTA.onProgress([](unsigned int progress, unsigned int total) {
3636
Serial.printf("Progress: %u%%\r", (progress / (total / 100)));
3737
});
38+
Serial.println("")
3839
ArduinoOTA.onError([](ota_error_t error) {
3940
Serial.printf("Error[%u]: ", error);
4041
if (error == OTA_AUTH_ERROR) Serial.println("Auth Failed");

0 commit comments

Comments
 (0)