Skip to content

Commit

Permalink
FEATURE: MAVFTP WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Aug 1, 2024
1 parent a8c3212 commit f3310a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MethodicConfigurator/backend_mavftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ def __init__(self, master, target_system, target_component):
self.master = master
self.target_system = target_system
self.target_component = target_component
#master.mav.set_callback(self.mavlink_packet, master)
master.message_hooks.append(self.mavlink_packet)
master.idle_hooks.append(self.idle_task)

def send(self, op):
'''send a request'''
Expand Down

0 comments on commit f3310a0

Please sign in to comment.