mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-15 15:59:39 -05:00
External App ROOK(Remote On-Off Keying) (#2363)
This commit is contained in:
parent
59f72cbff1
commit
64f8158134
7 changed files with 490 additions and 0 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
|
@ -115,6 +115,10 @@ set(EXTCPPSRC
|
|||
external/ookbrute/main.cpp
|
||||
external/ookbrute/ui_ookbrute.cpp
|
||||
|
||||
#rook
|
||||
external/rook/main.cpp
|
||||
external/rook/ui_rook.cpp
|
||||
|
||||
#cvs_spam
|
||||
external/cvs_spam/main.cpp
|
||||
external/cvs_spam/cvs_spam.cpp
|
||||
|
|
@ -153,6 +157,7 @@ set(EXTAPPLIST
|
|||
random_password
|
||||
#acars_rx
|
||||
ookbrute
|
||||
rook
|
||||
shoppingcart_lock
|
||||
flippertx
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue