Back in town and restarted the Sming integration.
I have a first, not nice structured, version of the application build running.
There are two build processes within Sming, started depending on environment variables. I will (try to) integrate the two to one.
In the build process I included the framework as a library (local, not platformio).
That prevents the necessity to recompile the framework when application is updated.
I would like to have both “Release” and “Development” options, do I need to have two frameworks included, each with their own versioning ?