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:
sommermorgentraum 2025-02-19 05:05:40 +08:00 committed by GitHub
parent 7ad4ad99dd
commit 73f7f84718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 627 additions and 1 deletions

View file

@ -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
)