2025-02-04, 10:12 PM
Is there an easy way to just reflash the lua partition when fiddling with the front end?
Flash lua only
|
2025-02-04, 10:12 PM
Is there an easy way to just reflash the lua partition when fiddling with the front end?
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.
2025-02-16, 12:35 PM
Gave this a whirl, and it seemed to work - thanks
![]() It does cycle through ports until it finds a device without any additional args set, so probably iffy if you have multiple esp32s connected (but that's not often the case for me :]) |