From e1822b36b88d9cd863607887ab6102c4a71f433d Mon Sep 17 00:00:00 2001 From: Mitra Ardron Date: Thu, 31 Jul 2025 10:37:26 +1000 Subject: [PATCH] variant lilyho_t3_s3_sx127x duplicates LORA_BUSY There were two definitions of LORA_BUSY generating a lot of unneccessary warnings. --- variants/lilygo_t3_s3_sx127x/pins_arduino.h | 1 - 1 file changed, 1 deletion(-) diff --git a/variants/lilygo_t3_s3_sx127x/pins_arduino.h b/variants/lilygo_t3_s3_sx127x/pins_arduino.h index 1b3e0a99239..8caf05582c9 100644 --- a/variants/lilygo_t3_s3_sx127x/pins_arduino.h +++ b/variants/lilygo_t3_s3_sx127x/pins_arduino.h @@ -35,7 +35,6 @@ static const uint8_t SCK = 14; #define LORA_CS 7 // SX1276/SX1278 CS #define LORA_RST 8 // SX1276/SX1278 RST -#define LORA_BUSY 33 #define LORA_DIO0 9 //IRQ #define LORA_DIO1 33 #define LORA_DIO2 34