1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 03:49:53 +03:00

Switch to new frames for servos

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-06 10:38:41 +02:00
parent d6b6c34ef9
commit 857cd73673
3 changed files with 9 additions and 32 deletions

View file

@ -110,7 +110,6 @@ var MSPCodes = {
MSP_SET_WP: 209,
MSP_SELECT_SETTING: 210,
MSP_SET_HEAD: 211,
MSP_SET_SERVO_CONFIGURATION: 212,
MSP_SET_MOTOR: 214,
MSP_SET_3D: 217,
MSP_SET_RC_DEADBAND: 218,
@ -242,4 +241,7 @@ var MSPCodes = {
MSP2_INAV_CUSTOM_OSD_ELEMENTS: 0x2100,
MSP2_INAV_SET_CUSTOM_OSD_ELEMENTS: 0x2101,
MSP2_INAV_SERVO_CONFIG: 0x2200,
MSP2_INAV_SET_SERVO_CONFIG: 0x2201,
};