From cdea602181b283c87c55908999f7242054edc723 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Tue, 3 Sep 2024 09:08:02 +0800 Subject: [PATCH] Remove unused define (#4620) Neither RF95_DIO2 nor LORA_DIO2 are found anywhere in the code. --- src/RF95Configuration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/RF95Configuration.h b/src/RF95Configuration.h index 66b2dcf86f..5c525814bb 100644 --- a/src/RF95Configuration.h +++ b/src/RF95Configuration.h @@ -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 \ No newline at end of file +#endif