From 5b4dbc4179d51ed00b5a532f7efa7e01e5f4e6b1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Jan 2026 09:36:51 -0500 Subject: [PATCH] voltage threshold to 3.5 V --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 64a1c747..7c8f2386 100644 --- a/main.h +++ b/main.h @@ -180,7 +180,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.55, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; +float voltageThreshold = 3.50, batteryVoltage = 4.5, batteryCurrent = 0, currentThreshold = 100; float latitude = 39.027702f, longitude = -77.078064f; float lat_file, long_file; double cpuTemp;