mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
body: add battery percentage and charger status to signals and opendbc (#24145)
* bump opendbc * add signals * bump opendbc
This commit is contained in:
+1
-1
Submodule opendbc updated: cc45cc1bc0...3154fcc3b3
@@ -44,6 +44,8 @@ class CarState(CarStateBase):
|
||||
("MOTOR_ERR_R", "VAR_VALUES"),
|
||||
("MCU_TEMP", "BODY_DATA"),
|
||||
("BATT_VOLTAGE", "BODY_DATA"),
|
||||
("BATT_PERCENTAGE", "BODY_DATA"),
|
||||
("CHARGER_CONNECTED", "BODY_DATA"),
|
||||
]
|
||||
|
||||
checks = [
|
||||
|
||||
Reference in New Issue
Block a user