1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
This commit is contained in:
Scavanger 2024-11-03 12:00:10 -03:00
parent 4dfd16dbd8
commit 6e7a04a817
15 changed files with 3063 additions and 694 deletions

View file

@ -243,6 +243,11 @@ var MSPCodes = {
MSP2_INAV_SERVO_CONFIG: 0x2200,
MSP2_INAV_SET_SERVO_CONFIG: 0x2201,
MSP2_INAV_GEOZONE: 0x2210,
MSP2_INAV_SET_GEOZONE: 0x2211,
MSP2_INAV_GEOZONE_VERTEX: 0x2212,
MSP2_INAV_SET_GEOZONE_VERTICE: 0x2213
};
module.exports = MSPCodes;