makerplane / FIX-Gateway

Flight Information eXchange Gateway
GNU General Public License v2.0
9 stars 20 forks source link

Updated canfix and mavlink #150

Closed e100 closed 1 month ago

e100 commented 1 month ago

canfix was not blocking re-sending switch inputs like normal inputs do, this has been addressed. Likely need to look into the encoders for this problem too

Mavlink was modified to change how it changes modes to make it easier and more reliable when accessing the flight controller from multiple fix gateways/pyefis at the same time. I am using a switch canfix id to sync the mode switches across systems and is how I found the issue above.