Skip to content

Commit

Permalink
No red when no problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Jun 2, 2021
1 parent 117d396 commit d0f25c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ground_segment/python/fuelcell/fuel_cell_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def __init__(self):
self.cell = BatteryCell()
self.motors = MotorList()
self.fuelcell = FuelCellStatus()
self.fuelcell.update('<0,0,0,0x08020000>')
self.fuelcell.update('<0,0,0,0x00000000>')

self.interface = IvyMessagesInterface("fuelcellframe")
self.interface.subscribe(self.message_recv)
Expand Down

0 comments on commit d0f25c9

Please sign in to comment.