Skip to content

Commit

Permalink
Merge branch 'release/v1.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 1, 2017
2 parents 9437630 + b3cb5fc commit 825210f
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 825210f

Please sign in to comment.