Search found 1 match

by cnshibo
Fri Feb 01, 2019 1:44 am
Forum: ESP IoT Solution
Topic: ESP-IDF: Configure wifi connection over http server
Replies: 7
Views: 23653

Re: ESP-IDF: Configure wifi connection over http server

nicollo wrote:
Sun Jan 13, 2019 6:00 pm
I guess I found solution:

Code: Select all

static wifi_config_t wifi_config = {};
solves the problem.
want to do same thing. Thanks for sharing