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
I changed this a several other instances of the use of PA[] to ZPA[] which avoids collision with AVR128 Board Manager libraries. Please use larger variable names in the future to avoid collision with board managers.
Line 214: const char PA[] PROGMEM = "Pa";
Line 281: PA,
Line 314: PA,
Not sure that's all of them.
The text was updated successfully, but these errors were encountered:
I changed this a several other instances of the use of PA[] to ZPA[] which avoids collision with AVR128 Board Manager libraries. Please use larger variable names in the future to avoid collision with board managers.
Line 214: const char PA[] PROGMEM = "Pa";
Line 281: PA,
Line 314: PA,
Not sure that's all of them.
The text was updated successfully, but these errors were encountered: