Skip to content

Commit

Permalink
Feature/fw updater bat (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Jan 10, 2024
1 parent 29212b6 commit 2ce605c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ergoCubSN001/hardware/battery/battery_bat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<group name="SENSORS">
<param name="id"> battery1 </param>
<param name="board"> bat </param>
<param name="location"> CAN2:1 </param>
<param name="location"> CAN2:2 </param>
</group>

</group>
Expand Down
2 changes: 1 addition & 1 deletion ergoCubSN001/hardware/battery/battery_bms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<group name="SENSORS">
<param name="id"> battery1 </param>
<param name="board"> bms </param>
<param name="location"> CAN2:1 </param>
<param name="location"> CAN2:2 </param>
</group>

</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<group name="SENSORS">
<param name="id"> battery1 </param>
<param name="board"> bat </param>
<param name="location"> CAN1:1 </param>
<param name="location"> CAN2:2 </param>
</group>

</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<param name="id"> battery1 </param>
<!-- same as the type above-->
<param name="board"> bat </param>
<param name="location"> CAN2:1 </param> <!-- this is the CAN location. It should be on CAN2 since on CAN1 we have the FT sensors-->
<param name="location"> CAN2:2 </param> <!-- this is the CAN location. It should be on CAN2 since on CAN1 we have the FT sensors-->
</group>

</group>
Expand Down

0 comments on commit 2ce605c

Please sign in to comment.