Skip to content

Commit

Permalink
Merge pull request #51 from ExpressLRS/add-zorro-backpack
Browse files Browse the repository at this point in the history
add zorro backpack
  • Loading branch information
JyeSmith authored Jan 25, 2022
2 parents 2aad21e + 086f699 commit ee20f20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ extra_configs =
targets/frsky_tx.ini
targets/fusion.ini
targets/dupletx_tx.ini
targets/radiomaster_tx.ini
12 changes: 12 additions & 0 deletions targets/radiomaster_tx.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ********************************
# Transmitter backpack targets
# ********************************

[env:Radiomaster_Zorro_TX_Backpack_via_UART]
extends = env:DUPLETX_TX_Backpack_via_UART

[env:Radiomaster_Zorro_TX_Backpack_via_ETX]
extends = env:DUPLETX_TX_Backpack_via_UART

[env:Radiomaster_Zorro_TX_Backpack_via_WIFI]
extends = env:DUPLETX_TX_Backpack_via_UART

0 comments on commit ee20f20

Please sign in to comment.