mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Merge pull request #2248 from Scavanger/Geozones-RC2-Fixes
Geozones RC2 fixes
This commit is contained in:
commit
3cfbcb6ce5
5 changed files with 57 additions and 11 deletions
|
@ -1607,7 +1607,11 @@ var mspHelper = (function () {
|
|||
break;
|
||||
|
||||
case MSPCodes.MSP2_INAV_GEOZONE:
|
||||
var geozone = new Geozone(
|
||||
|
||||
if (data.buffer.byteLength == 0) {
|
||||
break;
|
||||
}
|
||||
var geozone = new Geozone(
|
||||
data.getUint8(1),
|
||||
data.getUint8(2),
|
||||
data.getInt32(3, true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue