diff --git a/basic_example/user/user_main.c b/basic_example/user/user_main.c index 45e9132..6666cc7 100644 --- a/basic_example/user/user_main.c +++ b/basic_example/user/user_main.c @@ -30,6 +30,8 @@ user_init() //Set station mode wifi_set_opmode( 0x1 ); + // Don't check the mac addr + stationConf.bssid_set = 0; //Set ap settings os_memcpy(&stationConf.ssid, ssid, 32); os_memcpy(&stationConf.password, password, 64);