Search found 1 match
- Sun Aug 04, 2019 2:55 am
- Forum: ESP32 Arduino
- Topic: Turning off WiFi
- Replies: 0
- Views: 3061
Turning off WiFi
For security, I need to fully disable the radios (WiFi and BT) on my ESP-32 and connect it to a wired LAN module (W5500 based). I'm struggling to find a way to switch off the WiFi radio. The documentation indicates that I should be able to call something like "WIfI.mode(WIFI_OFF)" or similar - but t...