-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting to the ESP32
Benoît Leforestier edited this page May 31, 2023
·
2 revisions
Please follow this guide from ESPHome : Physically Connecting to your Device
It is strongly recommended to backup the factory firmware. For this, we use Espressif [esptool] (https://docs.espressif.com/projects/esptool/en/latest/esp32/)
$ esptool.py --chip esp32 read_flash 0x00000 0x400000 flash_4M.bin