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

Do not use MSP_MISC frame

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-10 15:51:49 +02:00
parent b42855b4c0
commit 38b17021e3
3 changed files with 3 additions and 63 deletions

View file

@ -84,7 +84,6 @@ var MSPCodes = {
MSP_RC_TUNING: 111,
MSP_PID: 112,
MSP_ACTIVEBOXES: 113,
MSP_MISC: 114,
MSP_MOTOR_PINS: 115,
MSP_BOXNAMES: 116,
MSP_PIDNAMES: 117,
@ -105,7 +104,6 @@ var MSPCodes = {
MSP_SET_RC_TUNING: 204,
MSP_ACC_CALIBRATION: 205,
MSP_MAG_CALIBRATION: 206,
MSP_SET_MISC: 207,
MSP_RESET_CONF: 208,
MSP_SET_WP: 209,
MSP_SELECT_SETTING: 210,