Search found 1 match
- Mon Jun 24, 2019 5:03 am
- Forum: ESP32 Arduino
- Topic: ESP-32 WiFi function,after connected the esp32 sometime didnt work?
- Replies: 0
- Views: 2052
ESP-32 WiFi function,after connected the esp32 sometime didnt work?
I just using a simple wifi function to open the GPIO under the HTTP server. But after I send some command to esp-wroom-32D. The chip didn't work(cannot open anything until I switch off and turn it on again). My code show as below; #include <WiFi.h> String ClientRequest; WiFiServer server(80); WiFiCl...