We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e690d9 commit fad0188Copy full SHA for fad0188
variants/mysensors_gw/variant.h
@@ -74,9 +74,9 @@ extern "C" {
74
// #define digitalPinToTimer(P)
75
76
// LEDs
77
-#define PIN_LED_13 (7u)
78
-#define PIN_LED_RXL (6u)
79
-#define PIN_LED_TXL (12u)
+#define PIN_LED_13 (16u)
+#define PIN_LED_RXL LED_ORANGE
+#define PIN_LED_TXL LED_ORANGE
80
#define PIN_LED LED_BLUE
81
#define PIN_LED2 LED_RED
82
#define PIN_LED4 LED_GREEN
0 commit comments