Closed lida2003 closed 1 year ago
As Air Unit is an companion computer module, it has to handle following MSP messages: a) app MSP message communicate with flight controller
e.g. 1) iNav Configurator 2) mobile app 3) ground control software 4) visual programming IDE (scratch, S4Andrunio etc)
b) air unit MSP message communicate with flight controller
e.g.complex actions required by app 1) takeoff 2) forward x 3) flip 4) ... etc
So air unit has to be sure current MSP message from flight controller is for app or air unit it self.
We have msp message task, which is used for messages from air unit.
As Air Unit is an companion computer module, it has to handle following MSP messages: a) app MSP message communicate with flight controller
b) air unit MSP message communicate with flight controller
So air unit has to be sure current MSP message from flight controller is for app or air unit it self.