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:
parent
be312e8150
commit
8b9ed31448
3 changed files with 12 additions and 1 deletions
8
js/fc.js
8
js/fc.js
|
@ -921,6 +921,14 @@ var FC = {
|
|||
rates: {
|
||||
16000: "16kHz"
|
||||
}
|
||||
},
|
||||
9: {
|
||||
name: "SERIALSHOT",
|
||||
message: "escProtocolExperimental",
|
||||
defaultRate: 4000,
|
||||
rates: {
|
||||
4000: "4kHz"
|
||||
}
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue