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
275 stars 25 forks source link

Notes about IoAbstraction 3.0.x and tcMenu versions #271

Closed davetcc closed 1 year ago

davetcc commented 1 year ago

If you are using 3.0.x

You need to ensure IoAbstraction is also upgraded to 3.0.2, which is the latest version at the time of writing. Ensure you have installed tcUnicodeHelper from library manager.

If you are using TcMenu 2.5.x

Workaround - use the last 2.4.x version of IoAbstraction which is to use the following IoAbstraction version: https://github.com/davetcc/IoAbstraction/releases/tag/2.4.3

We'll keep this issue open for a week or two while the dust settles.