esp-ginx
esp-ginx copied to clipboard
I just can't get it to work...
I installed the toolchain, went to the directory containing esp-ginx and entered 'make'
And this is what I got: http://pastebin.com/fmnqZrC4
Scroll to the bottom - I have highlighted the errors - please be gentle, I'm a novice.
On Mac OS X Yosemite.
You gcc is treating this cast warnings as errors. Odd cause here it's just fine. Anyway my last commit should fix it. Please let me know.
Looks like it worked: http://pastebin.com/Qu9draix
Now all I need to know is what do I do with those 4 bin files?
You just need to exec 'make flash' now. Basically you will upload the 0x00000.bin and 0x10000.bin files to the ESP. If you change something in the html files, exec "make html" before "make" and then "make flash"