removed pmu flag

This commit is contained in:
James Hall 2025-03-13 20:41:32 -04:00 committed by GitHub
parent aca3486f88
commit 6d8aa5817b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,19 +19,13 @@
#define CONFIG_PMU_IRQ 35
#endif
bool pmu_flag = 0;
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;
void setFlag(void)
{
pmu_flag = true;
}
// LoRa radio module pins for TBeam
#define P_LORA_DIO_0 26