battary delay

This commit is contained in:
Egor Shitikov
2024-08-14 18:14:05 -07:00
parent 8cf2533b6e
commit 19af5396f4
+1 -1
View File
@@ -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);