Skip to content

Commit

Permalink
Merge pull request iNavFlight#6 from nkruzan/pr/add-unhandled-messages
Browse files Browse the repository at this point in the history
Pr/add unhandled messages
  • Loading branch information
davidbuzz authored Aug 29, 2021
2 parents ed6514c + acffb99 commit 1845f22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions js/mavsp/MAVSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1274,10 +1274,22 @@ var mspHelper = (function (gui) {
//
// // buzz todo
// break;
case mavlink20.MAVLINK_MSG_ID_RADIO_STATUS:
break;

case mavlink20.MAVLINK_MSG_ID_BAD_DATA:
break;

case mavlink20.MAVLINK_MSG_ID_ESC_TELEMETRY_1_TO_4:
break;

case mavlink20.MAVLINK_MSG_ID_ESC_TELEMETRY_5_TO_8:
break;

case mavlink20.MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL:
//todo
break;

default:
// todo

Expand Down

0 comments on commit 1845f22

Please sign in to comment.