Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By martinayotte
#41800 Since we are in the Arduino sub-forum, I presume you are uploading Arduino sketches ...
The firmware is builtin along the sketch binaries. Depending of Arduino core version you use, it will vary.
You can print the version from inside your sketch :
Code: Select allSerial.println(ESP.getSdkVersion());
User avatar
By d1414213562
#41808 Oh, okay. Here is what I get:

Code: Select allchksum 0x42
csum 0x42
1.3.0


1.3.0. is the SDK, I guess.

One more thing. If I try to upload once more, without plugging out the USB or resetting the board, I am unable and get this error:
Code: Select allwarning: espcomm_sync failed
error: espcomm_open failed