mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-06 14:59:04 +00:00
Move POCSAG Tx to Ext. (#3033)
* Disable POCSAG TX in menu Comment out POCSAG TX related code in ui_navigation.cpp * Comment out ui_pocsag_tx.cpp in CMakeLists Comment out the ui_pocsag_tx.cpp file in CMakeLists. * Move POCSAG Tx to Ext. * Update external.cmake * Delete firmware/application/apps/ui_pocsag_tx.hpp * Delete firmware/application/apps/ui_pocsag_tx.cpp * Update main.cpp * Update main.cpp * Update external.ld * fix namespace * deleted commented out entry * delete commented entries * fix: correct baseband for pocsag tx * run prepared --------- Co-authored-by: gullradriel <gullradriel@users.noreply.github.com>
This commit is contained in:
@@ -308,6 +308,10 @@ set(EXTCPPSRC
|
||||
external/rtty_tx/main.cpp
|
||||
external/rtty_tx/ui_rtty_tx.cpp
|
||||
external/rtty_tx/baudot.cpp
|
||||
|
||||
#pocsag_tx
|
||||
external/pocsag_tx/main.cpp
|
||||
external/pocsag_tx/ui_pocsag_tx.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
@@ -385,6 +389,7 @@ set(EXTAPPLIST
|
||||
keeloqtx
|
||||
rtty_rx
|
||||
rtty_tx
|
||||
pocsag_tx
|
||||
)
|
||||
|
||||
# sdusb has type conflicts with PRALINE (HackRF Pro) - add only for non-PRALINE builds
|
||||
|
||||
Reference in New Issue
Block a user