Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Mmiscool
#48138 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%"