You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot upgrade to tcMenu greater than 4.0, as menuManager->activateMenuItem has been removed from the library.
Will need to explore a workaround for this, as we use this method for locking the current menu item when a cycle is running, and to keep the cursor from escaping the menu bar.
This also causes issues with builds in current main, as the dependency auto upgrades to 4.1 (not locked to 4.0 in the platformio.ini file currently.. will fix..)
@bonzer35 If you are up for an exploratory battle, take a swing at it :D
The text was updated successfully, but these errors were encountered:
platformio.ini line 18, change davetcc/tcMenu@^4.0.0 to davetcc/[email protected], this locks the dependency to 4.0.0, which will build. Without this, platformio will pull 4.1.1, which has the breaking change.
Cannot upgrade to tcMenu greater than 4.0, as
menuManager->activateMenuItem
has been removed from the library.Will need to explore a workaround for this, as we use this method for locking the current menu item when a cycle is running, and to keep the cursor from escaping the menu bar.
This also causes issues with builds in current main, as the dependency auto upgrades to 4.1 (not locked to 4.0 in the platformio.ini file currently.. will fix..)
@bonzer35 If you are up for an exploratory battle, take a swing at it :D
The text was updated successfully, but these errors were encountered: