I also don't want to enable then later. Off, forever.
I have been searching trying to find a definitive answer about this with mixed results.
If I don't include "WiFi.h", does that mean the radios will be disabled and stay disabled?
I found that if I include "WiFi.h" and then put
Code: Select all
WiFi.mode(WIFI_OFF);
btStop();
Hopefully there is a simple answer.