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

FS_EthernetWebServer Example for PICO (WIZnet 5100S-EVB-Pico ) not working #75

Closed kendo55 closed 1 year ago

kendo55 commented 1 year ago

the example "FS_EthernetWebServer " is not ready for WIZnet 5100S-EVB-Pico?

FS_EthernetWebServer

There are still this lines of code:

#if !(ESP8266)
  #error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting.
#endif

Arduino IDE: 1.8.19 Arduino-Pico: 2.6.3 Board: WIZnet 5100S-EVB-Pico

Thanks!