mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Geozones
This commit is contained in:
parent
4dfd16dbd8
commit
6e7a04a817
15 changed files with 3063 additions and 694 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue