diff --git a/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c b/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c index bda127ec2..c2fecb1a7 100644 --- a/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c +++ b/lib/libesp32/berry_tasmota/src/be_webfiles_lib.c @@ -164,7 +164,7 @@ static esp_err_t webfiles_handler(httpd_req_t *req) { FILE *file = NULL; struct stat file_stat; bool use_compression = false; - const char* compression_type = NULL; // Only "gzip" for for now + const char* compression_type = NULL; // Only Gzip for now // Process any URL query parameters if needed char *query = strchr(req->uri, '?');