-->
Page 2 of 2

Re: Noob Question, what firmware needs to be on the ESP8266

PostPosted: Sun Apr 12, 2015 2:34 am
by kokoking
Another Noob here... Just have another question about the firmware. For example the web server firmware works for me and so does the blinky firmware. What is I want to have a firmware with these two features? How to make these two both exist in the 0x00000.bin?

Re: Noob Question, what firmware needs to be on the ESP8266

PostPosted: Sun Apr 12, 2015 5:24 am
by ozayturay
You will need to join the sources, compile and make a unique firmware out of it, just like what you do with Arduino sketches. ;)

Re: Noob Question, what firmware needs to be on the ESP8266

PostPosted: Tue Apr 21, 2015 12:10 pm
by kokoking
Thanks! Could you elaborate "join the source"? Like put all the .c files in one folder and make them? I try to gather all the .o files and use pytool to put them all in the 0x00000.bin but it doesn't work. What suggestion do you have?