From 19af5396f4e7d8c8813549566556d05975319e36 Mon Sep 17 00:00:00 2001 From: Egor Shitikov Date: Wed, 14 Aug 2024 18:14:05 -0700 Subject: [PATCH] battary delay --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6e31431..ec878e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -277,7 +277,7 @@ void setup(void) both.println("Starting scanning..."); vbat = heltec_vbat(); both.printf("V battery: %.2fV (%d%%)\n", vbat, heltec_battery_percent(vbat)); - delay(300); + delay(400); display.clear(); resolution = RANGE / (STEPS * SCAN_RBW_RFACTOR);