1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-15 04:15:24 +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:
richardclli 2023-12-06 07:00:44 +08:00 committed by GitHub
parent 5153aaeea0
commit cc17046e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
128 changed files with 9178 additions and 171 deletions

View file

@ -148,6 +148,12 @@ do
el18)
BUILD_OPTIONS+="-DPCB=NV14 -DPCBREV=EL18"
;;
pl18)
BUILD_OPTIONS+="-DPCB=PL18"
;;
pl18ev)
BUILD_OPTIONS+="-DPCB=PL18 -DPCBREV=PL18EV"
;;
commando8)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=COMMANDO8"
;;