Search found 3 matches

by hippo59
Sat Jul 02, 2022 4:47 pm
Forum: ESP IoT Solution
Topic: How does wifi scan handle SSID with embedded NULL bytes?
Replies: 0
Views: 3030

How does wifi scan handle SSID with embedded NULL bytes?

I believe this question was posted a while ago but I couldn't find any response ... I'm using ESP-IDF version 4.4 IEEE 802.11 specifies that the WIFI SSID can be from 0-32 bytes with no restriction on the values. So, since it can contain zero valued bytes one cannot treat the SSID as a null terminat...
by hippo59
Fri Dec 10, 2021 2:56 pm
Forum: ESP-IDF
Topic: Blink Example - LED Type not available in menuconfig
Replies: 3
Views: 3109

Re: Blink Example - LED Type not available in menuconfig

idf.py --version ==> ESP-IDF v4.3.1 But does menuconfig display options even if the underlying development board doesn't support it? That seems like a bad idea. That's why I asked if somehow (i.e. environment variable, compiler define, etc) idf.py thinks it knows the capabilities of the system hardw...
by hippo59
Thu Dec 09, 2021 8:09 pm
Forum: ESP-IDF
Topic: Blink Example - LED Type not available in menuconfig
Replies: 3
Views: 3109

Blink Example - LED Type not available in menuconfig

Hi - I have an ESP32-S2-DevKitC-1 development board. I am trying the Blink example project. After running idf.py set-target esp32s2 I run idf.py menuconfig so that I can set the parameter Example Configuration -> Blink LED type to RMT. However, this parameter doesn't appear in the menu. The only par...