From 143b1527efb2d6484544ff5c7ca568fcb250dfa8 Mon Sep 17 00:00:00 2001 From: Aruna Tennakoon Date: Sun, 7 Jul 2024 13:31:32 +0700 Subject: [PATCH] chore: comments updated --- examples/OTAUpdate/ESP8266OTAHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/OTAUpdate/ESP8266OTAHelper.h b/examples/OTAUpdate/ESP8266OTAHelper.h index 491e88b..25ad554 100644 --- a/examples/OTAUpdate/ESP8266OTAHelper.h +++ b/examples/OTAUpdate/ESP8266OTAHelper.h @@ -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