Paul Abbott
Paul Abbott
I just encountered this myself. After disable CONFIG_ESPFS_PREPROCESS_FILES and rebuild, it did not fix the issue. I then did a make clean, and rebuilt again and the problem is gone....
I wouldn't do the backporting work just for this issue, since the better solution is to upgrade the ancient javascript and get rid of the 140medley.js dependency in the example...
Glad to hear you are active again @jkent I like the progress that you have made on the project and I'm ok with the name change, as long as we...
Some more thoughts: We should document which platforms that the project should compile/work on, i.e. | Supported Targets | ESP32 | ESP32-C2 | ESP32-S2 | ESP32-S3 | |--------|--------|--------|--------|--------| | ESP-IDF...
IMO this project is tied close to the espressif platform. I'm sure it could be refactored to be general-use, but there are plenty of other http server implementations out there...
I'm interested in a stable library and reference project that I can use as a basis for projects with a low barrier to entry. I think we should strive for...
@jkent FYI I was using this example and managed to fix some things, but still stuck with a few build errors. https://github.com/phatpaul/cwhttpd-example If you have a chance would you please...
Thanks @jkent that's great progress. I'm still trying to get cwhttpd + frogfs working by updating this old example: https://github.com/jkent/cwhttpd-example/pull/2 Now, I'm hitting a link error and it looks like...
Thanks for your testing and feedback. We welcome any improvements to the code and documentation. Please submit a PR. Since I don't currently use ESP8266, I'll accept your fixes as...
Same issue here. Thanks @gabeklavans your workaround works for me too, but I have no idea why. My system is Ubuntu 22.04 on AMD Athlon 3000G.