ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Sprite_tm
#19911 Hi all,

I got somewhat frustrated by the fact that each project I put esphttpd into basically is a clone of the main esphttpd project, meaning that if I want to upgrade esphttpd in such a project I need to do a code merge. To alleviate this, I decided to finally do the split of esphttpd into a library (which you can add to your own project as a Git submodule) and a bit of example code (containing the cat pictures). I'll do these changes in the next few days; please be aware of this if you do a git pull in that time.

Cheers,
Sprite_tm
User avatar
By jithin
#19923 Many thanks for your efforts!!

I had adapted your previous code to make a webserver based CRO.
However, I run into numerous compilation errors with the latest SDK.

Could you please make it compatible with the SDK1.1 that ships with esp-open-sdk package? I'd hate to stay with the previous versions with numerous proprietary libraries.
Thanks
User avatar
By Sprite_tm
#19988
jithin wrote:Could you please make it compatible with the SDK1.1 that ships with esp-open-sdk package? I'd hate to stay with the previous versions with numerous proprietary libraries.
Thanks


I'm using SDK1.1.1 as a baseline for the new version, however I use a SDK that's separate from the esp-open-sdk package. I'll be sure to check against the integrated version as well.