ESPAsyncWebServer and the C3 #8636
-
Hi, I am porting a project of mine from ESP32 to ESP32-C3. Currently it is hard to debug because the linux com port always renames itself on reboots, so for now only a general question: Is this a known issue with the ESP32-C3? What is the best ESPAsyncWebServer lib for the C3 (ideal would be if it is drop in compatible...) Here is the link to my project: https://github.com/joba-1/SliderPwm/compare/port-c3?expand=1 |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
Tried the ESPAsyncWebServerESP32C3 lib as offered by platformio library manager and got a stack trace. Startup messages, all good
Request web page
|
Beta Was this translation helpful? Give feedback.
-
One step further: Is there something special about the C3 and data files? I use the min_spiffs.csv partition And I did this to upload the fs:
Both the ESP32 and the ESP-C3 firmware read and display a small boot message from the fs, so I know this worked. |
Beta Was this translation helpful? Give feedback.
-
@joba-1 : maybe have a look at our community maintained fork at https://github.com/mathieucarbou/ESPAsyncWebServer |
Beta Was this translation helpful? Give feedback.
-
@joba-1 As the head maintainer for pioarduino, a small note; Arduino support for esp32x based MCUs will be there even Platformio closes business. |
Beta Was this translation helpful? Give feedback.
-
just used your web server and AsyncTCPSock (github master) on an S3 for a bootstrap web page sending slider positions while moving them and for WifiManager with pioarduino (https://github.com/joba-1/SliderPwm).
not a big deal, just thought I bring it to your attention in case this is not intentional. Thanks for the libs and the build environment! |
Beta Was this translation helpful? Give feedback.
-
closing as original question is answered |
Beta Was this translation helpful? Give feedback.
@joba-1 : maybe have a look at our community maintained fork at https://github.com/mathieucarbou/ESPAsyncWebServer