mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-15 15:59:39 -05:00
Added new game: Morse trainer (#2820)
* Added new game: Morse trainer * code format error fix, and ui alignment
This commit is contained in:
parent
e3b2a65b39
commit
545dead1ca
6 changed files with 686 additions and 1 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
|
@ -254,6 +254,10 @@ set(EXTCPPSRC
|
|||
external/bht_tx/main.cpp
|
||||
external/bht_tx/ui_bht_tx.cpp
|
||||
external/bht_tx/bht.cpp
|
||||
|
||||
#morse_practice
|
||||
external/morse_practice/main.cpp
|
||||
external/morse_practice/ui_morse_practice.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
|
@ -318,4 +322,5 @@ set(EXTAPPLIST
|
|||
soundboard
|
||||
game2048
|
||||
bht_tx
|
||||
morse_practice
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue