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'm not 100% positive on this but I would assume that you are configuring the auxiliary channel either 1, 2, 3, or 4. (Channels 5-8) if I leave it at 0 it compiles just fine but when I change it to 1, 2, 3, or 4. I receive the following errors.
Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
KISS_OSD.ino: In function 'void loop()':
KISS_OSD:590: error: 'RED_MODE_ACTIVE' was not declared in this scope
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
KISS_OSD:590: error: expected ')' before 'AuxChanVals'
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
'RED_MODE_ACTIVE' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
The text was updated successfully, but these errors were encountered:
I'm not 100% positive on this but I would assume that you are configuring the auxiliary channel either 1, 2, 3, or 4. (Channels 5-8) if I leave it at 0 it compiles just fine but when I change it to 1, 2, 3, or 4. I receive the following errors.
Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
KISS_OSD.ino: In function 'void loop()':
KISS_OSD:590: error: 'RED_MODE_ACTIVE' was not declared in this scope
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
KISS_OSD:590: error: expected ')' before 'AuxChanVals'
KISS_OSD.ino:596:10: note: in expansion of macro 'RED_MODE_ACTIVE'
'RED_MODE_ACTIVE' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
The text was updated successfully, but these errors were encountered: