This commit is contained in:
firestar5683
2026-08-18 17:28:05 -05:00
committed by whoisdomi
parent b9cd54f407
commit 05331a78c9
12 changed files with 141 additions and 65 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ class ThermalConfig:
memory: ThermalZone | None = None
intake: ThermalZone | None = None
exhaust: ThermalZone | None = None
case: ThermalZone | None = None
gnss: ThermalZone | None = None
bottomSoc: ThermalZone | None = None
def get_msg(self):
ret = {}