witnessmenow / ESP-Web-Tools-Tutorial

A guide for setting up flashing your ESP projects directly from your browser
MIT License
96 stars 33 forks source link

Add a possibility to merge binaries using esptool.py #3

Open jnthas opened 1 year ago

jnthas commented 1 year ago

Useful information: it's possible to merge all binaries in a single one using merge_bin command like described here: https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#merge-binaries-for-flashing-merge-bin

I create a simple script to merge and flash before I push changes https://github.com/jnthas/improv-wifi-demo/blob/main/firmware/merge-and-flash.sh

tyeth commented 4 weeks ago

Mergebin in JS form: https://github.com/adafruit/esptool-mergebin-js