dhiltonp / hexbright

The easiest way to start programming your hexbright.
BSD 2-Clause "Simplified" License
124 stars 114 forks source link

Getting an Error when Compileing Tactical in Arduino 1.0.6 #56

Closed DiHydro closed 9 years ago

DiHydro commented 9 years ago

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

DiHydro commented 9 years ago

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