thunderace / Esp8266-Arduino-Makefile

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

Building with 2.5.2 programs are crashing. #28

Closed mwinters-stuff closed 5 years ago

mwinters-stuff commented 5 years ago

Have tried with the new sdk, even the basic "blink" program is crashing at startup when using the makefile. If build and deploy with the arduino ide, the same program is working fine.

I have even tried the examples.

Reverting the SDK back to 2.4.2 the programs work from the make file..

Anyone else had a problem?

thunderace commented 5 years ago

I will try tomorrow.

thunderace commented 5 years ago

It's related to the new esptool/upload scripts. A fix is on the way.

thunderace commented 5 years ago

Try the last commit

mwinters-stuff commented 5 years ago

Thanks, Will give it a try tonight - Thought I was going mad.. :+1:

mwinters-stuff commented 5 years ago

Working! Godo work, thanks.