Search found 1 match

by nassim
Sun Apr 29, 2018 2:05 pm
Forum: ESP32 Arduino
Topic: err_connextion_reset
Replies: 2
Views: 4209

err_connextion_reset

Hi, I always get : err_connextion_reset I tried to modify my code to solve "err_connexion_reset " but no way. this code also doesn't work : #include <WiFi.h> #include <WiFiClient.h> #include <ESP32WebServer.h> ESP32WebServer server(80); IPAddress apIP(192, 168, 1, 1); void setup(void) { WiFi.mode(WI...