mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
32 lines
920 B
Python
32 lines
920 B
Python
# enum matches C++ implementation
|
|
|
|
MsgID = [
|
|
'Nop', \
|
|
'DsmChannels', \
|
|
'Calibrate', \
|
|
'SysInfo', \
|
|
'Mavlink', \
|
|
'SetRawIo', \
|
|
'RawIoReport', \
|
|
'PairRequest', \
|
|
'PairConfirm', \
|
|
'PairResult', \
|
|
'ShutdownRequest', \
|
|
'ParamStoredVals', \
|
|
'OutputTest', \
|
|
'ButtonEvent', \
|
|
'InputReport', \
|
|
'ConfigStickAxes', \
|
|
'ButtonFunctionCfg', \
|
|
'SetShotInfo', \
|
|
'Updater', \
|
|
'LockoutState', \
|
|
'SelfTest', \
|
|
'ConfigSweepTime', \
|
|
'GpioTest', \
|
|
'TestEvent', \
|
|
'SetTelemUnits', \
|
|
'InvalidStickInputs', \
|
|
'SoloAppConnection', \
|
|
]
|