Remove trailing spaces
This commit is contained in:
@@ -2642,7 +2642,7 @@ script:
|
|||||||
esp_http_client_handle_t client = esp_http_client_init(&config);
|
esp_http_client_handle_t client = esp_http_client_init(&config);
|
||||||
int tries = 1;
|
int tries = 1;
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
while (tries <= 10) {
|
while (tries <= 10) {
|
||||||
esp_http_client_set_header(client, "Range", range_header);
|
esp_http_client_set_header(client, "Range", range_header);
|
||||||
status = esp_http_client_perform(client);
|
status = esp_http_client_perform(client);
|
||||||
|
|||||||
Reference in New Issue
Block a user