From e1b16fd9451ce2f9f6ebd0d24cf414fac0b96f96 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 11 Feb 2021 16:07:12 -0800 Subject: [PATCH] this is a percent --- log.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index 0794a6b..4c8a0c0 100644 --- a/log.capnp +++ b/log.capnp @@ -285,7 +285,7 @@ struct ThermalData { networkStrength @24 :NetworkStrength; carBatteryCapacity @25 :UInt32; # Estimated remaining car battery capacity in uWh - fanSpeedRpmDesired @10 :UInt16; + fanSpeedPercentDesired @10 :UInt16; started @11 :Bool; startedMonoTime @13 :UInt64;