-->
Page 1 of 1

Arduino 1.6.5 and esp 2.2.0 command line compile

PostPosted: Fri May 27, 2016 8:54 pm
by Mmiscool
Hello,

I recently upgraded my arduino esp8266 package.

I compile my project normally using an automated script that also builds a custom flasher.

Unfortunately after the upgrade I am having some trouble with my automated script. Any help would be appreciated.

Batfile for win 10/8 using aurduino 1.6.5
Code: Select allset INN=C:\Users\me\Documents\GitHub\Basic\ESP8266Basic\ESP8266BASIC.ino

set OUT=C:\Users\me\esp8266\ESP8266_BASIC_INTERPERTERv2\ESPBasic_Flash_Tool\Build

arduino_debug --verify --board esp8266:esp8266:generic:FlashSize=512K64,FlashMode=qio,CpuFrequency=160 --verbose --preserve-temp-files --pref build.path="%OUT%\512k" "%INN%"