Skip to content

Commit

Permalink
Change "config" to "WiFi"
Browse files Browse the repository at this point in the history
  • Loading branch information
jblanked committed Oct 7, 2024
1 parent 3f298af commit 0c834cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/FlipperHTTP/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions web_crawler_callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ static void web_crawler_view_draw_callback(Canvas *canvas, void *context)
if (strstr(fhttp.last_response, "[ERROR] Not connected to Wifi. Failed to reconnect.") != NULL)
{
canvas_draw_str(canvas, 0, 10, "[ERROR] Not connected to Wifi.");
canvas_draw_str(canvas, 0, 50, "Update your config settings.");
canvas_draw_str(canvas, 0, 50, "Update your WiFi settings.");
canvas_draw_str(canvas, 0, 60, "Press BACK to return.");
}
else if (strstr(fhttp.last_response, "[ERROR] Failed to connect to Wifi.") != NULL)
{
canvas_draw_str(canvas, 0, 10, "[ERROR] Not connected to Wifi.");
canvas_draw_str(canvas, 0, 50, "Update your config settings.");
canvas_draw_str(canvas, 0, 50, "Update your WiFi settings.");
canvas_draw_str(canvas, 0, 60, "Press BACK to return.");
}
else
Expand Down

0 comments on commit 0c834cc

Please sign in to comment.