Skip to content

Commit

Permalink
Simba ESP WiFi example for version 15.0.0. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq authored and ivankravets committed Jul 1, 2017
1 parent 9437630 commit b3cb5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/esp_wifi/station/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main()
esp_wifi_set_op_mode(esp_wifi_op_mode_station_t);

/* Configure the WiFi module as a Station.*/
if (esp_wifi_station_init(WIFI_SSID, WIFI_PASS, NULL)) {
if (esp_wifi_station_init(WIFI_SSID, WIFI_PASS, NULL, NULL)) {
std_printf(FSTR("Failed to configure the wifi interface.\r\n"));
}

Expand Down

0 comments on commit b3cb5fc

Please sign in to comment.