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 07cd91c commit 42a9178Copy full SHA for 42a9178
variants/mysensors_gw/variant.h
@@ -191,9 +191,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
191
192
193
#define MY_SIGNING_ATSHA204_PIN 17
194
-#define MY_DEFAULT_ERR_LED_PIN LED_RED
195
-#define MY_DEFAULT_RX_LED_PIN LED_YELLOW
196
-#define MY_DEFAULT_TX_LED_PIN LED_GREEN
+#define MY_HW_ERR_LED_PIN LED_RED
+#define MY_HW_RX_LED_PIN LED_YELLOW
+#define MY_HW_TX_LED_PIN LED_GREEN
197
198
/*----------------------------------------------------------------------------
199
* Arduino objects - C++ only
0 commit comments