christianrauch / msp

Implementation of the MultiWii Serial Protocol (MSP) for MultiWii and Cleanflight flight controller
http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol
GNU Lesser General Public License v3.0
73 stars 26 forks source link

fix scale in messages #48

Closed christianrauch closed 3 years ago

christianrauch commented 3 years ago

This fixes the mixed scaling of message values. Fixes #47 .

Also adds some minor changes for CI and to allow replacing of old subscriptions when a new callback with the same ID is registered.