Skip to content

Commit

Permalink
ttgosupremes3.h fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Dec 1, 2024
1 parent b7c10ad commit 25434c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shared/hal/ttgotsupremes3.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
#define HAS_LORA 1 // use on board LORA
#define CFG_sx1262_radio 1 // HPD16A
// Pins for LORA chip SPI interface, reset line and interrupt lines
#define LORA_IRQ NOT_A_PIN
#define LORA_IO1 (1) // RADIO_DIO1
#define LORA_IO2 (4) // RADIO_BUSY
#define LORA_IRQ (1) // RADIO_DIO1
#define LORA_IO1 LMIC_UNUSED_PIN
#define LORA_IO2 LMIC_UNUSED_PIN
#define LORA_BUSY (4) // RADIO_BUSY
#define LORA_RST (5) // RADIO_NRSET
#define LORA_CS (10) // RADIO_CD
#define LORA_MOSI (11) // RADIO_MOSI
Expand Down

0 comments on commit 25434c0

Please sign in to comment.