Write Binary to Flash
Binary data can be written to the ESP’s flash chip via the ESP-IDF > Write Binary Data to Flash command. To access this command, right-click on the project in the Project Explorer:
After clicking this command, the Write Binary Data to Flash dialog box will open. Editable default values are provided for the binary path and offset. You can check the correct offset by viewing the partition table via ESP-IDF > Partition Table Editor or by manually opening the partitions.csv file.
Clicking the Flash button will execute the flash command, and the result will be displayed within this dialog.