thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

update? #1

Closed tve closed 8 years ago

tve commented 8 years ago

Do you have an update to your Makefile and perhaps a little getting started? As you know, you need to use -std=gnu99 instead of -std=c99 when compiling. Thanks!

thunderace commented 8 years ago

Done, thank you