nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Added missing attributes to lua wifi access point configuration table #3512

Closed ltenfield closed 7 months ago

ltenfield commented 2 years ago

Fixes #.

Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.

To be completed below: Description of and rationale behind this PR.

wifi station mode not functional, after reviewing v4 idf example to establish wifi connection I noticed missing attributes in lua station mode configuration table.

pjsg commented 2 years ago

Can you update the documentation please?

jmattsson commented 7 months ago

Closing as the idf5 branch already had support for these. Note that two of the names differ there however, it's scan_method and sort_by. See the docs for specifics. Thanks for submitting, and apologies for not addressing this earlier.