mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-14 20:10:04 +03:00
chore: remove discrepancy in x10/x7 naming (#5254)
This commit is contained in:
parent
05a13acab6
commit
8dad05e1bb
10 changed files with 25 additions and 25 deletions
|
@ -79,7 +79,7 @@ do
|
|||
x7)
|
||||
BUILD_OPTIONS+="-DPCB=X7"
|
||||
;;
|
||||
x7-access)
|
||||
x7access)
|
||||
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=ACCESS -DPXX1=YES"
|
||||
;;
|
||||
t12)
|
||||
|
@ -136,8 +136,8 @@ do
|
|||
x10)
|
||||
BUILD_OPTIONS+="-DPCB=X10"
|
||||
;;
|
||||
x10-access)
|
||||
BUILD_OPTIONS+="-DPCB=X10 -DPCBREV=ACCESS -DPXX1=YES"
|
||||
x10express)
|
||||
BUILD_OPTIONS+="-DPCB=X10 -DPCBREV=EXPRESS -DPXX1=YES"
|
||||
;;
|
||||
x12s)
|
||||
BUILD_OPTIONS+="-DPCB=X12S"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue