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 cb7df72 commit 9799fd5Copy full SHA for 9799fd5
variants/mysensors_gw/variant.h
@@ -196,8 +196,8 @@ static const uint8_t SCK = PIN_SPI_SCK ;
196
#define MY_HW_RX_LED_PIN LED_YELLOW
197
#define MY_HW_TX_LED_PIN LED_GREEN
198
#define MY_RF69_SPI_CS 22
199
-#define MY_RF69_IRQ_PIN 2
200
-#define MY_RF69_IRQ_NUM 3
+#define MY_RF69_IRQ_PIN 38
+#define MY_RF69_IRQ_NUM 38
201
202
/*----------------------------------------------------------------------------
203
* Arduino objects - C++ only
0 commit comments