mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
...
This commit is contained in:
parent
fdf84422dd
commit
ce30cd4ff4
8 changed files with 480 additions and 394 deletions
|
@ -76,7 +76,7 @@ let SafehomeCollection = function () {
|
|||
buffer.push(specificByte(safehome.getLon(), 2));
|
||||
buffer.push(specificByte(safehome.getLon(), 3));
|
||||
} else {
|
||||
buffer = Array(24).fill(0);
|
||||
buffer = Array(10).fill(0);
|
||||
buffer[0] = safehomeId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue