Search found 1 match

by qquevin
Tue Jun 25, 2019 4:42 pm
Forum: General Discussion
Topic: Problem connecting to wifi access point
Replies: 3
Views: 6561

Re: Problem connecting to wifi access point

My guess is that your initialization of wifi_sta_config_t is different in both code fragments. In the one with macros, you are creating the variable and initializing it. My guess is that all the fields are nulled during initialization except the ones your specified. However in your variables exampl...