espconn on ESP32
Posted: Mon Feb 07, 2022 5:23 pm
Hello brothers of the code. I have a HTTP Server written for ESP8266 that uses "espconn" to handle the requests. How can I change the base functions so that the server logic remains the same but the lower level connection functions are replaced to work with esp32/lwip?
Is that i bad idea? Should I replace the whole code with http server example from esp-idf and remake every line of the server using "esp_http_server.h"?
Is that i bad idea? Should I replace the whole code with http server example from esp-idf and remake every line of the server using "esp_http_server.h"?