Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi protocol needs extra checks #34

Open
DrBomb opened this issue Dec 2, 2019 · 0 comments
Open

Wifi protocol needs extra checks #34

DrBomb opened this issue Dec 2, 2019 · 0 comments

Comments

@DrBomb
Copy link

DrBomb commented Dec 2, 2019

Referring to this comment in ESP-IDF espressif/esp-idf#702 (comment)

The comment means that only the following options are valid:

WIFI_PROTOCOL_11B
WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G
WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N

Can verify that by setting protocol to just G or GN or N the device will fail to boot with esp32_wifi.c:496 Failed to set AP protocol: ESP_ERR_INVALID_ARG

Mode LR can be the only protocol on the argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant