We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9437630 commit b3cb5fcCopy full SHA for b3cb5fc
simba/esp_wifi/station/src/main.c
@@ -13,7 +13,7 @@ int main()
13
esp_wifi_set_op_mode(esp_wifi_op_mode_station_t);
14
15
/* Configure the WiFi module as a Station.*/
16
- if (esp_wifi_station_init(WIFI_SSID, WIFI_PASS, NULL)) {
+ if (esp_wifi_station_init(WIFI_SSID, WIFI_PASS, NULL, NULL)) {
17
std_printf(FSTR("Failed to configure the wifi interface.\r\n"));
18
}
19
0 commit comments