ArchimedesPi wrote:Can I embed my own code to run on startup into this firmware, essentially using it as a simple "operating system"?
Liam
Hi, I think you have to look here https://github.com/nekromant/esp8266-frankenstein/blob/master/src/test.c#L112
ArchimedesPi wrote:Can I embed my own code to run on startup into this firmware, essentially using it as a simple "operating system"?
Liam
For now you can just add your hacks into src/test.c (You can see user_init() there).
I will add uboot-like autoboot cmd, that will run a sequence of commands from environment variable at startup later. We have a whole new SDK with major API changes on our heads.