Hi
Has anybody tried WLED with the ESP32 lr (long range ) mode ?
that is only esp-to-esp and probably not possible to enable in arduino environment.
Thanks for the quick answer !
I did find it in the wled code :
And I will need a translator from Wifi LR to Wifi for setup by smart phone.
Or an ethernet switch in between the Falcon player and the ESP32 LR AP
to do the setup with a notebook.
harueg
4
For changing WLED to LR mode I would need :
" esp_wifi_set_protocol "
but couldn’t find it the WLED repo.
Where is wifi protocol set in WLED ?
it is set using Arduino commands.
it may be possible to override, its an IDF command, so include esp_wifi.h from espressif library.
harueg
6
Thanks for the input !
Seems as it is included already :
So WLED sets the wifi protocol automatically ? Since I didn’t find any reference for wifi protocol in the code.
it uses the arduino function.