From 4dc302e155655a1965d3deb9efcf31f6f204dfa5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Sep 2025 14:10:57 -0400 Subject: [PATCH] Update main.h change threshold to 3.55 V --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index e87ee936..95cbbf59 100644 --- a/main.h +++ b/main.h @@ -179,7 +179,7 @@ int frames_sent = 0; int cw_id = ON; int transmit = FALSE, onLed, onLedOn, onLedOff, txLed, txLedOn, txLedOff, payload = OFF; // float voltageThreshold = 3.6, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; -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;