Skip to content

Commit 3f61259

Browse files
committed
boot in STATIONAP_MODE <esp8266/Arduino#1661>
1 parent b3e24ba commit 3f61259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/user_main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ ICACHE_FLASH_ATTR void user_init(void) {
896896
}
897897
#endif // IMPULSE
898898

899-
// make sure the device is in AP and STA combined mode
899+
// make sure the device is in AP mode
900900
wifi_set_opmode_current(STATIONAP_MODE);
901901
// do everything else in system_init_done
902902
system_init_done_cb(&system_init_done);

0 commit comments

Comments
 (0)