Skip to content

Commit 84167d7

Browse files
committed
Fix LoRa module pins
1 parent 5bcae4f commit 84167d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/PORTENTA_H7_M7/pins_arduino.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ void _ontouch1200bps_();
108108
#define SERIAL_PORT_HARDWARE_OPEN Serial2
109109

110110
#define SerialLoRa Serial3
111-
#define LORA_BOOT0 (PJ_10)
112-
#define LORA_RESET (PJ_7)
113-
#define LORA_IRQ_DUMB (PA_0)
111+
#define LORA_BOOT0 (PG_7)
112+
#define LORA_RESET (PC_7)
113+
#define LORA_IRQ_DUMB (PJ_11)
114114

115115
#endif //__PINS_ARDUINO__

0 commit comments

Comments
 (0)