1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Add SERIALSHOT ESC protocol

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2019-05-11 21:44:04 +02:00
parent be312e8150
commit 8b9ed31448
3 changed files with 12 additions and 1 deletions

View file

@ -921,6 +921,14 @@ var FC = {
rates: {
16000: "16kHz"
}
},
9: {
name: "SERIALSHOT",
message: "escProtocolExperimental",
defaultRate: 4000,
rates: {
4000: "4kHz"
}
}
};
},