Trying to disable the WiFi on the TTN Gateway.
I saw this post pointing to this github issue.
The github issue mentioned two possibilities:
- create a file called
nowifi
on the microSD card (didn’t work for me. - issue the command
f wlan0 down
– where do you issue this command? According to the thread, this temporarily disable the wireless interface.
Any suggestions?
Thank you.