Rename status led pins

This commit is contained in:
Scott Lahteine
2016-09-24 15:33:29 -05:00
parent 9d86c07702
commit fba0b67f7d
11 changed files with 30 additions and 34 deletions

View File

@@ -120,9 +120,9 @@
#define BEEPER_PIN 25
// yellow RED-LED
#define STAT_LED_RED 16
#define STAT_LED_RED_PIN 16
// white BLUE-LED
#define STAT_LED_BLUE 17
#define STAT_LED_BLUE_PIN 17
#endif