-->
Page 4 of 4

Re: What am i doing wrong ??? can't see esptool

PostPosted: Mon Apr 27, 2015 9:56 am
by ulumu
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