Currently the flow for building the firmware (on an esp32-s3 project) is:
- open EEZ Studio
- make changes in the UI
- press build button
- copy the src/ui folder over to the lib/ folder of the platformio project
- compile the firmware (via VS Code or pio run)
For integration into automated build processes, I think it would be interesting to be able to directly run the build process with the .eez-project
and ..eez-project-ui-state
files, from the command line. This could help skip the steps 1-3 in the previous process, steps 4 and 5 are already easily automatable.