From 2b90af1cf8a0e14d9f8b0ef35dd85be9e82e21d6 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 15 Jul 2025 16:33:28 -0400 Subject: [PATCH] cleaning --- src/LoRa_APRS_iGate.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 5ec2ecd..051730b 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -222,10 +222,4 @@ void loop() { Utils::checkRebootTime(); Utils::checkSleepByLowBatteryVoltage(1); } -} - -// ESP32 (and ESPS3) work? - -// ESP32C3 : -// - HT-CT62 sleeps?? -// - and others? \ No newline at end of file +} \ No newline at end of file