Again, maybe a naive suggestion (from a chaotic mind)
When compiling a Flowcode chart to an ESP32-Wroom I need to push a button on the ESP32 DEV-board to upload the program.
- Sometimes, during compiling my attention is drawn to another thing and I forget to push the button
- Sometimes there is a serial monitor still running so the program can't get access to the COM-port.
- ..
In these cases I need to start compiling again which takes a while, and this is annoying because the compiling was done a few seconds ago and nothing changed.
The only thing is that the upload wasn't finished.
Would it be a option to have a function in FC that uploads the last generated files without compiling again?
You could use the "User-defined tools" facility of Flowcode v10 (in the Build menu) to create your own button to do this. I have done this for my projects.
By clicking the "Customise" button and then selecting the "User Tools" tab in the Options screen, I created a button called "ESP32_PROG" with the following settings:
The "Use ShellExecute" needs to be ticked. Here's that screen, showing the button on the toolbar under "Build":
esp32_prog command.png (42.32 KiB) Viewed 2329 times
I have copied the existing "esp32_prog.bat" file and made a few changes to the numbers used when the batch file is referring to its parameters, then resaved it as "esp32_prog_st.bat". You can find this file in your "%PROGRAMDATA%\MatrixTSL\FlowcodeV10\FCD\ESP\Batch" folder. Here are the edits: