From aca0bcc91970f85c3030dcad766f4d4c15886850 Mon Sep 17 00:00:00 2001 From: James Hall Date: Fri, 14 Mar 2025 14:22:13 -0400 Subject: [PATCH] removed unnecessary constants --- src/helpers/TBeamBoard.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/helpers/TBeamBoard.h b/src/helpers/TBeamBoard.h index 9587e96c..5c8bc224 100644 --- a/src/helpers/TBeamBoard.h +++ b/src/helpers/TBeamBoard.h @@ -22,11 +22,6 @@ XPowersPMU power; -const uint8_t i2c_sda = CONFIG_PMU_SDA; -const uint8_t i2c_scl = CONFIG_PMU_SCL; -const uint8_t pmu_irq_pin = CONFIG_PMU_IRQ; - - // LoRa radio module pins for TBeam #define P_LORA_DIO_0 26 #define P_LORA_DIO_2 32