Skip to content

Commit f581360

Browse files
Clean up comments in some examples
1 parent 7446cee commit f581360

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libraries/ESP8266WiFi/examples/BearSSL_CertStore/BearSSL_CertStore.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ void setup() {
119119
Serial.println();
120120

121121
LittleFS.begin();
122-
// If using a SD card or LittleFS, call the appropriate ::begin instead
123122

124123
// We start by connecting to a WiFi network
125124
Serial.print("Connecting to ");

libraries/ESP8266httpUpdate/src/ESP8266httpUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ HTTPUpdateResult ESP8266HTTPUpdate::updateSpiffs(const String& url, const String
126126
}
127127
#endif
128128

129-
HTTPUpdateResult ESP8266HTTPUpdate::updateiFS(WiFiClient& client, const String& url, const String& currentVersion)
129+
HTTPUpdateResult ESP8266HTTPUpdate::updateFS(WiFiClient& client, const String& url, const String& currentVersion)
130130
{
131131
HTTPClient http;
132132
http.begin(client, url);

0 commit comments

Comments
 (0)