Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Ahmed Samy
#40705
martinayotte wrote:Oh ! so, you are using AT firmware.
You probably need to erase the configs stored at specific location.
On most ESP, this command will do :
Code: Select allesptool.py --port /dev/ttyUSB0 write_flash 0x0007e000 blank.bin


can you tell me how to do that, i am a beginner