From 372436380fee735d20350b1103af791a12d8324b Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 3 Sep 2026 01:37:25 -0400 Subject: [PATCH] Remove temperature debug code --- src/c/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/main.c b/src/c/main.c index 50361b7..519a548 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -53,7 +53,7 @@ static bool s_pkjs_ready = false; static bool s_fuel_is_warning = false; static int s_batt_level; static bool s_temp_is_warning = false; -static int8_t s_temp_level = 20; +static int8_t s_temp_level; // bar statics #if PBL_RECT