mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-15 15:59:39 -05:00
Playlist editor (#2506)
* make both exist * format * fix focusing issue * add example hopper payload * fix compiler err * clean up * correct linker script addr * lint * PoC * unknown: write_line issue * clean up * merge * fix read line * remove debug code * fix english * support new file * support enter delay * fix crash * remove debug code * some final tune
This commit is contained in:
parent
7ad4ad99dd
commit
73f7f84718
6 changed files with 627 additions and 1 deletions
7
firmware/application/external/external.cmake
vendored
7
firmware/application/external/external.cmake
vendored
|
|
@ -166,6 +166,10 @@ set(EXTCPPSRC
|
|||
# wipe sdcard
|
||||
external/sd_wipe/main.cpp
|
||||
external/sd_wipe/ui_sd_wipe.cpp
|
||||
|
||||
# playlist editor
|
||||
external/playlist_editor/main.cpp
|
||||
external/playlist_editor/ui_playlist_editor.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
|
@ -209,4 +213,5 @@ set(EXTAPPLIST
|
|||
antenna_length
|
||||
view_wav
|
||||
sd_wipe
|
||||
)
|
||||
playlist_editor
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue