espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.88k stars 7.08k forks source link

USE_CHANNEL_BTIMAP means what ? (IDFGH-13161) #14102

Open diplfranzhoepfinger opened 3 days ago

diplfranzhoepfinger commented 3 days ago

Answers checklist.

General issue report

Hi,

USE_CHANNEL_BTIMAP means what ?

https://github.com/espressif/esp-idf/tree/master/examples/wifi/scan

https://github.com/espressif/esp-idf/blob/master/examples/wifi/scan/main/scan.c

https://github.com/espressif/esp-idf/blob/e7070e777a079695f69720ffb3c631c5fe620cc6/examples/wifi/scan/main/scan.c#L25C9-L25C27

Thanks !

diplfranzhoepfinger commented 3 days ago

BTW:

USE_CHANNEL_BTIMAP

USE_CHANNEL_BITMAP ? was a Typo ? BTI or BIT ?

diplfranzhoepfinger commented 3 days ago

14103