mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Sealevel Ref
This commit is contained in:
parent
1623dfbb66
commit
0c4f12f499
6 changed files with 74 additions and 14 deletions
|
@ -132,6 +132,7 @@ let GeozoneCollection = function() {
|
|||
buffer.push(BitHelper.specificByte(zone.getMaxAltitude(), 1));
|
||||
buffer.push(BitHelper.specificByte(zone.getMaxAltitude(), 2));
|
||||
buffer.push(BitHelper.specificByte(zone.getMaxAltitude(), 3));
|
||||
buffer.push(zone.getSealevelRef());
|
||||
buffer.push(zone.getFenceAction());
|
||||
if (zone.getShape() == GeozoneShapes.CIRCULAR) {
|
||||
buffer.push(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue