Flowcode v11.0.1.14

For general Flowcode discussion that does not belong in the other sections.
Post Reply
stefan.erni
Valued Contributor
Posts: 1201
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 222 times
Been thanked: 240 times

Flowcode v11.0.1.14

Post by stefan.erni »

Hi Steve
V14 works very well.
One more question:
Templates are sorted by displayed name (and not filename)
Is there more information about the templates (exsamples) ?
Can I just copy one of my programs to the “exsamples” folder?
I'm interested in the ESP32S3 Templates and would also like to understand why there is an sdconfig.defaults.esp32s3 file for each template?

Steve-Matrix
Matrix Staff
Posts: 1816
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 261 times
Been thanked: 419 times

Re: Flowcode v11.0.1.14

Post by Steve-Matrix »

The templates/examples are stored with Flowcode's other Library Files data and can be overwritten, so I would not suggest copying your files there unless you were careful to keep backups. If you did want to add templates there, then they are located here:

Code: Select all

%PROGRAMDATA%\MatrixTSL\FlowcodeV11\Misc\Templates
A better alternative might be to use the "Or open an existing project as template" in the New Project wizard (at the bottom of the "Step 2 - Select an example or template" screen). This allows you to open any existing project as if it were a template.

Templates (including the examples) are perfect for creating new projects with additional pre-set code and components. And the template file itself will not be accidentally altered when you save your project - it is treated as a new project and not as if you have opened an existing project.

More information is here: https://www.flowcode.co.uk/wiki/index.p ... a_Template

Post Reply