Skip to content

Commit 9799fd5

Browse files
committed
Interrupt pins was not configured correctly
1 parent cb7df72 commit 9799fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/mysensors_gw/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ static const uint8_t SCK = PIN_SPI_SCK ;
196196
#define MY_HW_RX_LED_PIN LED_YELLOW
197197
#define MY_HW_TX_LED_PIN LED_GREEN
198198
#define MY_RF69_SPI_CS 22
199-
#define MY_RF69_IRQ_PIN 2
200-
#define MY_RF69_IRQ_NUM 3
199+
#define MY_RF69_IRQ_PIN 38
200+
#define MY_RF69_IRQ_NUM 38
201201

202202
/*----------------------------------------------------------------------------
203203
* Arduino objects - C++ only

0 commit comments

Comments
 (0)