Skip to content

Commit

Permalink
Updated links for MSPCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodeazambuja committed Nov 20, 2020
1 parent 0eda0ab commit 7c7425e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion yamspy/__init__.py
Expand Up @@ -61,7 +61,11 @@ def ffs(x): # modified from https://stackoverflow.com/a/36059264
class MSPy:

# Dictionary with all the possible codes
# Copied from betaflight-configurator (https://git.io/fjRAa)
# Based on betaflight-configurator and inav-configurator
# Latest versions can be found:
# https://github.com/betaflight/betaflight-configurator/blob/master/src/js/msp/MSPCodes.js
# https://github.com/iNavFlight/inav-configurator/blob/master/js/msp/MSPCodes.js

MSPCodes = {
'MSP_API_VERSION': 1,
'MSP_FC_VARIANT': 2,
Expand Down

0 comments on commit 7c7425e

Please sign in to comment.