Skip to content

Commit

Permalink
Support APM2
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 3, 2024
1 parent d8946be commit 32e081c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MethodicConfigurator/backend_flightcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ def __create_connection_with_retry(self, progress_callback, retries: int = 3,

def __process_autopilot_version(self, m):
if m is None:
return "No AUTOPILOT_VERSION MAVLink message received, connection failed."
return ""
#return "No AUTOPILOT_VERSION MAVLink message received, connection failed."
self.info.set_capabilities(m.capabilities)
self.info.set_flight_sw_version(m.flight_sw_version)
self.info.set_board_version(m.board_version)
Expand Down

0 comments on commit 32e081c

Please sign in to comment.