|
@@ -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;
|