- Wed Nov 25, 2015 6:58 pm
#35014
So, after little playing around I found solution to my problem
.
I am using latest stable version of Arduino IDE for ESP which comes with esptool 0.4.5. So I checked latest compiled binaries and found newer version 0.4.6, which probably comes bundled with latest staging release. So I replaced binaries hoping there is no breaking change between the versions and tried to hit upload. With no success. So as a last option I copied the command from verbose upload output and changed the ck mode to nodemcu (I already tried this with previous version without any success) and it worked
So I updated boards.txt accordingly and now I can happily upload sketches.
I can´t really tell what was causing the problems in the first place. Maybe nodemcu support was not included in the older version (but NodeMCU 0.9 board is supported), maybe there was some other problem, for example with Win 10, drivers... Only Igrr coul tell for sure