SSTV TX to ext (#2254)

* SSTV TX to ext
This commit is contained in:
Totoo
2024-09-20 15:41:44 +02:00
committed by GitHub
parent 7feef9d38b
commit 9438c9a574
8 changed files with 110 additions and 15 deletions
+5 -1
View File
@@ -89,10 +89,13 @@ set(EXTCPPSRC
external/adsbtx/main.cpp
external/adsbtx/ui_adsb_tx.cpp
#morse_tx
external/morse_tx/main.cpp
external/morse_tx/ui_morse.cpp
#sstvtx
external/sstvtx/main.cpp
external/sstvtx/ui_sstvtx.cpp
)
set(EXTAPPLIST
@@ -118,4 +121,5 @@ set(EXTAPPLIST
protoview
adsbtx
morse_tx
sstvtx
)