We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot upload this code with Arduino ide.please help
The text was updated successfully, but these errors were encountered:
You can use any of the firmware flashers other than arduino.
Sorry, something went wrong.
https://github.com/espressif/esptool
$ sudo pip install esptool $ esptool.py --port /dev/ttyUSB0 write_flash 0x00000 image.elf-0x00000.bin 0x40000 image.elf-0x40000.bin
@UncleRus you also need to upload the mpfs file. I'm not sure what the syntax for that is, though.
Maybe...
$ sudo pip install esptool $ esptool.py --port /dev/ttyUSB0 write_flash 0x00000 image.elf-0x00000.bin 0x40000 image.elf-0x40000.bin 0x10000 web/page.mpfs
should try w/ conn. d1 to gnd
No branches or pull requests
I cannot upload this code with Arduino ide.please help
The text was updated successfully, but these errors were encountered: