Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Necromant
#3077
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.