Skip to content

Commit

Permalink
Merge pull request #50 from jbwittmer/master
Browse files Browse the repository at this point in the history
Update subg_rfspy_link.py to support version 0.9
  • Loading branch information
oskarpearson authored Oct 10, 2016
2 parents 31c1fb3 + 56ecafe commit 10c5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeowlink/vendors/subg_rfspy_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SubgRfspyLink(SerialInterface):

# Which version of subg_rfspy do we support?
UINT16_TIMEOUT_VERSIONS = ["0.6"]
SUPPORTED_VERSIONS = ["0.6", "0.7", "0.8"]
SUPPORTED_VERSIONS = ["0.6", "0.7", "0.8", "0.9"]

RFSPY_ERRORS = {
0xaa: "Timeout",
Expand Down

0 comments on commit 10c5e52

Please sign in to comment.