mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-05 10:20:55 +02:00
When using the FTM examples I got an error in the FTM_Initiator.ino: *"wifi:channel=0 is invalid"* I solved it for myself by simply passing the channel argument to be 1 in *WiFi.initiateFTM*. However, a better fix would be to directly change the default channel here.