Search found 3 matches

by flo1211
Sat Mar 25, 2017 4:16 pm
Forum: ESP-IDF
Topic: AT+CWLAP command returning blank SSIDs
Replies: 1
Views: 4136

Re: AT+CWLAP command returning blank SSIDs

Hey,

imho that happens, if there is someone, who sends out an AP with hidden SSID, but I dont know, whether there is a possibility to disable scanning for hidden AP.

cheers
Flo
by flo1211
Tue Feb 28, 2017 4:30 pm
Forum: ESP-IDF
Topic: Programming in C++ and using esp_wifi
Replies: 15
Views: 30099

Re: Programming in C++ and using esp_wifi

Hello Kolban, First of all - you do awesome work! I'm using your book of the esp32 to getting started with the chip and it is great! Especially the chapter about the debugger saved a lot of time. In chapter about the neopixels your writing about an example library - this lib worked great and I decid...
by flo1211
Tue Feb 28, 2017 11:16 am
Forum: ESP-IDF
Topic: Programming in C++ and using esp_wifi
Replies: 15
Views: 30099

Programming in C++ and using esp_wifi

Hello Guy, I'm trying to compile a C++ project in eclipse. Now, I was using the wifi feature and wanted to use the function esp_wifi_set_config(WF_IF_AP, &sta_config). Unfortunately, C++ doesn't support designeted initializers - but all of the configuration Makrus etc. are using constructs like wifi...