Working from-source IP stack

This commit is contained in:
Angus Gratton 2015-05-21 12:06:55 +10:00
parent e4bc8fab7a
commit df9e9bf9a4
4 changed files with 71 additions and 34 deletions

View file

@ -116,7 +116,7 @@ void user_init(void)
};
/* required to call wifi_set_opmode before station_set_config */
wifi_set_opmode(STATIONAP_MODE);
wifi_set_opmode(STATION_MODE);
wifi_station_set_config(&config);
xTaskCreate(&http_get_task, (signed char *)"get_task", 256, NULL, 2, NULL);