Remove temperature debug code

This commit is contained in:
2026-09-03 01:37:25 -04:00
parent bdc71e087f
commit 372436380f
+1 -1
View File
@@ -53,7 +53,7 @@ static bool s_pkjs_ready = false;
static bool s_fuel_is_warning = false; static bool s_fuel_is_warning = false;
static int s_batt_level; static int s_batt_level;
static bool s_temp_is_warning = false; static bool s_temp_is_warning = false;
static int8_t s_temp_level = 20; static int8_t s_temp_level;
// bar statics // bar statics
#if PBL_RECT #if PBL_RECT