From 54acd47b93d6257e6e8d140df941f930fd30137a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 18 Sep 2023 13:52:10 -0400 Subject: [PATCH] Update main.h threshold to 3.7V --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index d6fb6268..7f32c379 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.4, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; +float voltageThreshold = 3.7, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp;