You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read that using Wifi is not great due to interference with the LoRaWAN signal.
I'd like to encourage you to add in the Documentation (readme) a suggested best-practice method to disable wifi for the ttn-zh project. I've found various approaches. But this one seems like a good one to me:
add new line dtoverlay=pi3-disable-wif
to boot/config.txt
I read that using Wifi is not great due to interference with the LoRaWAN signal.
I'd like to encourage you to add in the Documentation (readme) a suggested best-practice method to disable wifi for the ttn-zh project. I've found various approaches. But this one seems like a good one to me:
add new line
dtoverlay=pi3-disable-wif
to
boot/config.txt
as described here:
https://raspberrypi.stackexchange.com/a/62522/58012
referencing:
https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README
The text was updated successfully, but these errors were encountered: