1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00
This commit is contained in:
Andi Kanzler 2023-12-02 18:02:30 -03:00
parent fdf84422dd
commit ce30cd4ff4
8 changed files with 480 additions and 394 deletions

View file

@ -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;
}