remove comments

This commit is contained in:
proddy
2026-05-26 21:58:49 +02:00
parent 2543d2f484
commit 88768aaf75
2 changed files with 0 additions and 4 deletions

View File

@@ -2956,9 +2956,6 @@ bool System::uploadFirmwareURL(const char * url) {
Shell::loop_all(); // flush log buffers so latest messages are shown in console
// detect scheme (case-insensitive). Everything below uses the same code path
// for HTTP and HTTPS - ESP_SSLClient is configured as a plain TCP passthrough
// when SSL is disabled, so we don't need HTTPClient at all.
String scheme = saved_url.substring(0, 8);
scheme.toLowerCase();
const bool is_https = scheme.startsWith("https://");