Note: I already disabled NVS thinking it would be faster, but nothing has changed (I use ESP-IDF + Arduino component).
Code: Select all
WiFi.mode(WIFI_STA);
WiFi.begin("BLABLA", "");
WiFi.config({ 192,168,9,133 }, { 192,168,9,1 }, { 255,255,255,0 }, { 8,8,8,8 });