Explorar el Código

Update scan list as intended

jblanked hace 1 año
padre
commit
47d4dd36d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     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.");
             fhttp.just_started_get = false;