mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Drone: Fix typo in code
This commit is contained in:
@@ -770,7 +770,7 @@ class Telemetry:
|
||||
def update_telemetry_slow(self):
|
||||
self.animation_id = animation.get_id()
|
||||
self.git_version = self.get_git_version()
|
||||
self.config_version = self.get_config_varsion()
|
||||
self.config_version = self.get_config_version()
|
||||
try:
|
||||
self.cal_status = get_calibration_status()
|
||||
self.fcu_status = get_sys_status()
|
||||
|
||||
Reference in New Issue
Block a user