Skip to content

Commit

Permalink
Increased wifi connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MiLeG committed Oct 29, 2019
1 parent 1549e92 commit bedb121
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified firmware.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/MAKERphone
Submodule MAKERphone updated from 079400 to ee9bdf
2 changes: 1 addition & 1 deletion src/settingsApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ void wifiConnect()
uint8_t counter = 0;
while (WiFi.status() != WL_CONNECTED)
{
delay(1000);
delay(1500);
mp.display.print(".");
while(!mp.update());
counter++;
Expand Down

0 comments on commit bedb121

Please sign in to comment.