2025-02-04, 11:48 PM
There is, yes! It's not something I do a lot of, but that's more out of habit than anything else.
The ESP-IDF docs have some useful tips on port selection and stuff: https://docs.espressif.com/projects/esp-...ja-or-make
But TL;DR is that it *should* just be as simple as navigating into your build/ directory and running `ninja lua-flash`. Possibly another target as well to force a rebuild of the lua partition image? Not sure! Do LMK if you get a good workflow for it going.
The ESP-IDF docs have some useful tips on port selection and stuff: https://docs.espressif.com/projects/esp-...ja-or-make
But TL;DR is that it *should* just be as simple as navigating into your build/ directory and running `ninja lua-flash`. Possibly another target as well to force a rebuild of the lua partition image? Not sure! Do LMK if you get a good workflow for it going.