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
If I use Arduino Uno with display the compiler stop at page advanceprg with error:
advanceprg:21:1: error: 'Switch' does not name a type
Switch prgSwitch = Switch(SW_PRG);
^~~~~~
and a few more lines of errors.
I inserted avdweb_Switch.h library to the list of libraries on page TPS.
It is the right solution to the issue?
The text was updated successfully, but these errors were encountered:
)
TPS_USE_DISPLAY can only be used with TPS_ENHANCEMENT. But that dependency is actually not automatically checked and unfortunately not documented. So i will document this dependency in the TPS.ino file...
If I use Arduino Uno with display the compiler stop at page advanceprg with error:
advanceprg:21:1: error: 'Switch' does not name a type
Switch prgSwitch = Switch(SW_PRG);
^~~~~~
and a few more lines of errors.
I inserted avdweb_Switch.h library to the list of libraries on page TPS.
It is the right solution to the issue?
The text was updated successfully, but these errors were encountered: