Chat freely about anything...

User avatar
By physiii
#56291 I just purchased few HiLetgo boards (https://www.amazon.com/gp/product/B010O ... UTF8&psc=1),
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?