davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

Finish off the clean up of embedControl and designer to store configurations in SqLite database #382

Closed davetcc closed 11 months ago

davetcc commented 11 months ago

This is mainly a catch-up with the .NET application which now stores its configuration in the database. Further, at this point for embed control, most of the configuration will be moved to spring to clean up the start-up code somewhat.

davetcc commented 11 months ago

Once the remote embed control app is working with this, the embedded Java support should be updated in the same way.