Skip to content

Commit ccb23ad

Browse files
committed
Web Crawler - v0.6
1 parent 95443f5 commit ccb23ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flipper_http.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ void flipper_http_rx_callback(const char *line, void *context)
10571057
}
10581058

10591059
// Uncomment below line to log the data received over UART
1060-
FURI_LOG_I(HTTP_TAG, "Received UART line: %s", line);
1060+
// FURI_LOG_I(HTTP_TAG, "Received UART line: %s", line);
10611061

10621062
// Check if we've started receiving data from a GET request
10631063
if (fhttp.started_receiving_get)

0 commit comments

Comments
 (0)