thunderace / Esp8266-Arduino-Makefile

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

Work with 2.4.2 (and later) and fix scripts conditions. #22

Closed mwinters-stuff closed 5 years ago

mwinters-stuff commented 5 years ago

These changes allow the make file to work with version 2.4.2 of the sdk. Changed a little so that the dash is not needed on the sdk number (which i missed out at first and took a while to figure out it was needed).

also fix the conditions in the scripts as they caused errors.

thunderace commented 5 years ago

I have already a PR for this (but i take your "ifneq ("$(wildcard $(ESPRESSIF_SDK)/ld/eagle.app.v6.common.ld.h)","")") Thank you.