mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 08:15:13 +03:00
feat: Flysky PL18 Support (#4105)
Co-authored-by: raphaelcoeffic <raphael.coeffic@frafos.com> Co-authored-by: rotorman <risto.koiva@web.de> Co-authored-by: Xy201207 <yaoxu@flysky.com> Co-authored-by: Peter Feerick <peter.feerick@gmail.com>
This commit is contained in:
parent
5153aaeea0
commit
cc17046e7a
128 changed files with 9178 additions and 171 deletions
|
@ -9,15 +9,10 @@ import tempfile
|
|||
|
||||
|
||||
boards = {
|
||||
"NV14": {
|
||||
"PCB": "NV14",
|
||||
"DEFAULT_MODE": "1",
|
||||
},
|
||||
"EL18": {
|
||||
"PCB": "NV14",
|
||||
"PCBREV": "EL18",
|
||||
"DEFAULT_MODE": "1",
|
||||
},
|
||||
"NV14": { "PCB": "NV14" },
|
||||
"EL18": { "PCB": "NV14", "PCBREV": "EL18" },
|
||||
"PL18": { "PCB": "PL18" },
|
||||
"PL18EV": { "PCB": "PL18", "PCBREV": "PL18EV" },
|
||||
}
|
||||
|
||||
translations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue