From 81f3a9432c26aa72c737f2207b272bf7c1f93092 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Oct 2023 16:29:53 -0400 Subject: [PATCH] Update main.h raise threshold to 3.6 V --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 143c3d8d..e92e829b 100644 --- a/main.h +++ b/main.h @@ -129,7 +129,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.25, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; +float voltageThreshold = 3.6, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp;