Skip to content

Commit

Permalink
chore: comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa committed Jul 7, 2024
1 parent 020bb09 commit 143b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OTAUpdate/ESP8266OTAHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bool startOTAUpdate(const String& url) {
#endif

client.setInsecure();
client.setBufferSizes(4096, 4096);
client.setBufferSizes(4096, 4096); // For OTA to work on limited RAM

// The line below is optional. It can be used to blink the LED on the board during flashing
// The LED will be on during download of one buffer of data from the network. The LED will
Expand Down

0 comments on commit 143b152

Please sign in to comment.