1
0
Fork 0
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:
3djc 2024-07-06 14:12:50 +02:00 committed by GitHub
parent 05a13acab6
commit 8dad05e1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 25 additions and 25 deletions

View file

@ -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"