We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2997ea commit cd20af4Copy full SHA for cd20af4
lib/pysquared/functions.py
@@ -154,7 +154,7 @@ def state_of_health(self) -> None:
154
f"EC:{self.logger.get_error_count()}",
155
f"AB:{int(self.cubesat.f_burned.get())}",
156
f"BO:{int(self.cubesat.f_brownout.get())}",
157
- f"FK:{int(self.radio_manager.get_modulation())}",
+ f"FK:{self.radio_manager.get_modulation()}",
158
]
159
except Exception as e:
160
self.logger.error("Couldn't aquire data for the state of health: ", e)
0 commit comments