Skip to content

Commit 41695de

Browse files
committed
Fix filesystem issue.
1 parent 57be528 commit 41695de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/DownloadFileOTA/DownloadFileOTA.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void loop()
190190

191191
Serial.println("\nDownload firmware file...\n");
192192

193-
// In ESP8266, this function will allocate 16k+ memory for internal SSL client.
193+
// This function will allocate 16k+ memory for internal SSL client.
194194
if (!Firebase.downloadOTA(fbdo, F("test/firmware/bin"), rtdbDownloadCallback /* callback function */))
195195
Serial.println(fbdo.errorReason());
196196
}

0 commit comments

Comments
 (0)