Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By ulumu
#15802 I usually grab the specific commit from the git repo directly, so that I know exactly what baseline I am using.

Do the following so that at least the baseline are in sync based on the discussion here:

Code: Select allcd <Install-loc>/Arduino/build
ant clean
cd <Install-loc>/Arduino
git reset --hard f1e6a72d8cb628cd8fa82d6ee11e97acef469b17
cd build
ant run