switchdoclabs / OurWeatherWeatherPlus

OurWeather Software for WeatherPlus Board - creates (or you rename) a directory called "SDL_ESP8266_WeatherPlus"
http://www.switchdoc.com
20 stars 32 forks source link

OWP ESPWebServer library updated #23

Open MrDornback opened 4 years ago

MrDornback commented 4 years ago

Due to an HTTP_HEAD redeclaration error I was receiving, which was resulting in a reset loop whenever I would connect to the AP, I traced it back to ESP8266WebServer library. There is an updated library (ESPWebServer), what was not fully completed with the name changes, so I completed that and included it.

I have also forked and published the changes directly with ESP8266 for that library.