Page 1 of 1

Are there ESP32 replacement files for these ?

Posted: Fri Nov 20, 2020 2:06 pm
by hextejas
I inherited a project for a Feather Huzzah ESP8266 and wanted to use a Feather Huzzah
ESP32.
However I have found (so far), that the sketch is using 2 .h files that are not found.

1) ESP8266WiFi
2) ESP8266WebServer

I have found what I think is the ESP32 equivalent for the ESP8266WiFi, named WiFi.
but, there is nothing similar for the ESP8266WebServer.

Does anyone know what it is ?
I tried WebServer and ESP32WebServer but no love.

thanks,