mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 15:40:29 -04:00
Ook remote adjustements (#2365)
* moved to ook_remote dir * moved to new filenames / dir * adjusted build files to new dir/filenames * changed name of var / dirname * deleted wrongly included swap files * Added 'Set' 'Open File' * Use language API, make it so TX can be started and also stopped * added send, recv * fixed the name which was too long * renamed some fields, moved the ui, added some text informations, renames some variables * changed to FrequencyField, allow on change, on edit, commented out button_save for a next pass * added OOK files examples * added button_save feature
This commit is contained in:
parent
52b2cb241a
commit
d31857c21e
12 changed files with 238 additions and 119 deletions
8
firmware/application/external/external.cmake
vendored
8
firmware/application/external/external.cmake
vendored
|
@ -115,9 +115,9 @@ set(EXTCPPSRC
|
|||
external/ookbrute/main.cpp
|
||||
external/ookbrute/ui_ookbrute.cpp
|
||||
|
||||
#rook
|
||||
external/rook/main.cpp
|
||||
external/rook/ui_rook.cpp
|
||||
#ook_remote
|
||||
external/ook_remote/main.cpp
|
||||
external/ook_remote/ui_ook_remote.cpp
|
||||
|
||||
#cvs_spam
|
||||
external/cvs_spam/main.cpp
|
||||
|
@ -157,7 +157,7 @@ set(EXTAPPLIST
|
|||
random_password
|
||||
#acars_rx
|
||||
ookbrute
|
||||
rook
|
||||
ook_remote
|
||||
shoppingcart_lock
|
||||
flippertx
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue