khoih-prog / EthernetWebServer

This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
MIT License
178 stars 49 forks source link

Missing ESP definitions ..... #45

Closed Nourbakhsh-Rad closed 2 years ago

Nourbakhsh-Rad commented 2 years ago

Hi @khoih-prog After version 1.8.5, there is no ESP definition in EthernetWebServer.h

EthernetWebServer.h:105:4: error: #error Not supported board. Please check your Tools->Board setting

I am using ESP-12E with ENC28J60 Ethernet module and Arduino IDE version 1.8.16 with ESP8266 core 3.0.2

khoih-prog commented 2 years ago

Hi @Nourbakhsh-Rad

Again thanks for spotting my sloppy mistake. I definitely needed some coffee then ;-)

I'm confident now to have you testing if there is any more mistake in new v1.8.6


Releases v1.8.6

  1. Fix bug not supporting boards. Check Missing ESP definitions ..... #45