Skip to content

Commit

Permalink
reset wait; early init of WiFi STA
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ger committed Jul 18, 2018
1 parent aa87928 commit 59c46c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified firmware/0x00000.bin
Binary file not shown.
Binary file modified firmware/0x10000.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions firmware/sha1sums
@@ -1,2 +1,2 @@
dd8d2925c3fa4377537f32817e15f38273986444 0x00000.bin
e634336f719fef7e9c0e719e3601d0a748755664 0x10000.bin
a7da34c0bc141e9bbb309b605f2b2c7f5efb7aef 0x00000.bin
c5702d2d36a70baee8eb601f23d1e2d25c617a74 0x10000.bin
2 changes: 1 addition & 1 deletion user/user_main.c
Expand Up @@ -257,7 +257,7 @@ void ICACHE_FLASH_ATTR console_handle_command(struct espconn *pespconn)
}
os_printf("Restarting ... \r\n");
system_restart();
goto command_handled;
while(true);
}

if (strcmp(tokens[0], "quit") == 0)
Expand Down

0 comments on commit 59c46c7

Please sign in to comment.