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

Allow four options for where source is generated #315

Closed davetcc closed 1 year ago

davetcc commented 1 year ago

With the next version locale source files are added to the project. In many cases this doubles the amount of generated source that is created, this enhancement is to provide new options around how to save items. This will not change the settings for existing projects. They would need to be manually adjusted if needed.

As now - all files in the project root directory As now - all fies in the project/src directory New - all your files in the project root directory, and generated files in ~/generated New - all your files in the project/src directory, and generated files in ~/src/generated