but none of them will not connect to my router. However, I have no problems connecting with HUZZAH boards. I am using the Arduino IDE w NodeMCU 1.0.
I tried these suggestions to no avail:
WiFi.setOutputPower(0);
WiFi.persistent(false);
WiFi.mode(WIFI_OFF);
WiFi.mode(WIFI_STA);
Does anyone know what's going on here?