If you meant a different type of ESP script, just tell me which one exactly — I’ll write the correct version for you.
while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); }
WiFi.begin(ssid, password); Serial.print("Connecting to Wi-Fi");
If you meant a different type of ESP script, just tell me which one exactly — I’ll write the correct version for you.
while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } скрипт на esp
WiFi.begin(ssid, password); Serial.print("Connecting to Wi-Fi"); If you meant a different type of ESP