amshh:
Ja. Das ist wohl so.
Das markierte kannst du trozdem weglassen!
/* OPTION 1: ACCESS-POINT ------------------------------------------*/
boIsAP = true;
Serial.println("Configuring as access point...");//WiFi.mode(WIFI_AP);
//delay(100);// You can remove the password parameter if you want the AP to be open.
WiFi.softAP(ssidAP, passwordAP);Serial.print("AP IP address (WiFi.softAPIP): ");
Serial.println(WiFi.softAPIP());
/* ---------------------------------------------------------------------*/
Gruß Fips