Skip to content

Commit

Permalink
Remove unused define (#4620)
Browse files Browse the repository at this point in the history
Neither RF95_DIO2 nor LORA_DIO2 are found anywhere in the code.
  • Loading branch information
fifieldt authored Sep 3, 2024
1 parent b526a3a commit cdea602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/RF95Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
#define RF95_RESET LORA_RESET
#define RF95_IRQ LORA_DIO0 // on SX1262 version this is a no connect DIO0
#define RF95_DIO1 LORA_DIO1 // Note: not really used for RF95, but used for pure SX127x
#define RF95_DIO2 LORA_DIO2 // Note: not really used for RF95
#endif
#endif

0 comments on commit cdea602

Please sign in to comment.