Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By sej7278
#14316
jarkman wrote:That's an interesting thought, but I'm afraid it did not fix it. I'm going to need to understand how the Arduino IDE populates the programmer menu, I fear.

Richaerd


1.6.1 basically worked like 1.5.x, then with 1.6.2 they just went totally mental changing paths to hardware, libraries and boards.txt, 1.6.3 they've reverted a few bits and made it actually run on linux, but its still quite a mess, and the documentation hasn't been updated.

essentially the default answer to anyone having problems should be "use 1.6.1"
User avatar
By jarkman
#14338 Thanks, all.

I've installed the esp-specific 1.6.1 and (crucially) removed the esp8266com directory from Documents/Arduino/hardware (as installed from https://github.com/sandeepmistry/esp8266-Arduino).

And now I can see esptool !

Still can't program my module, but that's a different problem.