TcMenu / 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
292 stars 24 forks source link

Migrate libraries to TcMenuLog #505

Closed vzahradnik closed 2 weeks ago

vzahradnik commented 2 months ago

Is your feature request related to a problem? Please describe. Migrate all embedded libraries to use TcMenuLog as their dependency. We are refactoring the code and the text utils and logging doesn't belong into IoAbstraction. For now we moved the files into a new library and will go from there.

Describe the solution you'd like Update each library using the text utils to have TcMenuLog as the dependency. This migration can be done once TcMenuLog is published into PlatformIO registry and Arduino library registry.

davetcc commented 2 weeks ago

The testing is now concluded, a release will take place shortly