From ff68f081725225daac32f41f65090149cf9158af Mon Sep 17 00:00:00 2001 From: Joshua Henderson Date: Mon, 19 Sep 2022 20:27:08 -0400 Subject: [PATCH] SITL: SIM_Rotoye update TEMP_EXT Register --- libraries/SITL/SIM_BattMonitor_SMBus_Rotoye.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SITL/SIM_BattMonitor_SMBus_Rotoye.h b/libraries/SITL/SIM_BattMonitor_SMBus_Rotoye.h index 853472b430..a7617249b9 100644 --- a/libraries/SITL/SIM_BattMonitor_SMBus_Rotoye.h +++ b/libraries/SITL/SIM_BattMonitor_SMBus_Rotoye.h @@ -15,7 +15,7 @@ namespace SITL { class SMBusBattRotoyeDevReg : public SMBusBattGenericDevReg { public: - static const uint8_t TEMP_EXT = 0x07; + static const uint8_t TEMP_EXT = 0x48; }; class Rotoye : public SIM_BattMonitor_SMBus_Generic