You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update node_initializer.c. Change when ap initiates on initialize_node_as_ap where on esp_wifi_set_config(ESP_IF_WIFI_AP, &ap_config) ESP_IF_WIFI_STA was wrongly passed. Changed to ESP_IF_WIFI_AP. Save param as the configuration struct.
0 commit comments