ramiss / arduino_DJI_03_RC_ARM

Automatically Arm a DJI 03 Air unit with an Arduino
46 stars 11 forks source link

Which ReefWingMSP version is required #1

Closed kilrah closed 1 year ago

kilrah commented 1 year ago

With current 2.0.0 the MSP_STATUS_EX used in line 88 is undefined

image

ramiss commented 1 year ago

Thanks for this. I realized I edited my own ReefWing library at one point. I have fixed this sketch to now work with the latest ReefWing library by adding the following line:

#define MSP_STATUS_EX 150 //out message For OSD ‘Fly mode', For OSD ‘Disarmed’

kilrah commented 1 year ago

Confirmed working, thanks!