jblanked 1 год назад
Родитель
Сommit
47d4dd36d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      flipper_http/flipper_http.c

+ 1 - 1
flipper_http/flipper_http.c

@@ -1098,7 +1098,7 @@ void flipper_http_rx_callback(const char *line, void *context)
     // custom function to FlipWiFi
     // custom function to FlipWiFi
     if (fhttp.save_received_data)
     if (fhttp.save_received_data)
     {
     {
-        if (!flipper_http_append_to_file(line, strlen(line), !fhttp.just_started_get, fhttp.file_path))
+        if (!flipper_http_append_to_file(line, strlen(line), fhttp.just_started_get, fhttp.file_path))
         {
         {
             FURI_LOG_E(HTTP_TAG, "Failed to append data to file.");
             FURI_LOG_E(HTTP_TAG, "Failed to append data to file.");
             fhttp.just_started_get = false;
             fhttp.just_started_get = false;