From e459ec5f0a15b94217d5949bf5252c20137c5a23 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Mar 2022 08:15:19 -0500 Subject: [PATCH] changed battery voltage threshold --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index f26913ec..0c409141 100644 --- a/main.h +++ b/main.h @@ -128,7 +128,7 @@ unsigned int sampleTime = 0; int frames_sent = 0; int cw_id = ON; int vB4 = FALSE, vB5 = FALSE, vB3 = FALSE, ax5043 = FALSE, transmit = FALSE, onLed, onLedOn, onLedOff, txLed, txLedOn, txLedOff, payload = OFF; -float voltageThreshold = 3.5, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; +float voltageThreshold = 3.55, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp;