Re: What am i doing wrong ??? can't see esptool
Posted: Mon Apr 27, 2015 9:56 am
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:
Do the following so that at least the baseline are in sync based on the discussion here:
Code: Select all
cd <Install-loc>/Arduino/build
ant clean
cd <Install-loc>/Arduino
git reset --hard f1e6a72d8cb628cd8fa82d6ee11e97acef469b17
cd build
ant run