Full WiFi scan (backport of upstream 5351)#339
Conversation
backport of upstream wled#5351
📝 WalkthroughWalkthroughA conditional WiFi scan method is added to the setup routine that forces all-channel scanning on supported platforms. When not building for ESP8266 and ESP_IDF_VERSION_MAJOR is 4 or higher, the code calls Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
looks ok in my tests. |
As found in wled#5345:
fixes an arduino-esp32 v2.0.x bug: don't use quick scan (and use the first matching channel) but do a full scan instead.
Summary by CodeRabbit