dhiltonp/hexbright

Getting an Error when Compileing Tactical in Arduino 1.0.6

DiHydro opened this issue · 1 comments

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Hexbright"
tactical:36: error: 'hexbright' does not name a type
tactical:43: error: 'OFF_LEVEL' was not declared in this scope
tactical.ino: In function 'void setup()':
tactical:49: error: 'hb' was not declared in this scope
tactical.ino: In function 'void loop()':
tactical:53: error: 'hb' was not declared in this scope
tactical:69: error: 'CURRENT_LEVEL' was not declared in this scope
tactical:75: error: 'MAX_LEVEL' was not declared in this scope
tactical:80: error: 'print_power' was not declared in this scope

Setting the Sketchbook location to \hexbright-master, restarting Arduino, and re-selecting the board cleared the issue.