externalize wipe sdcard (#2502)

This commit is contained in:
gullradriel
2025-01-27 22:10:33 +01:00
committed by GitHub
parent aef7c2be93
commit 8dc3851b55
10 changed files with 69 additions and 8 deletions
+5
View File
@@ -158,6 +158,10 @@ set(EXTCPPSRC
# wav viewer
external/wav_view/main.cpp
external/wav_view/ui_view_wav.cpp
# wipe sdcard
external/sd_wipe/main.cpp
external/sd_wipe/ui_sd_wipe.cpp
)
set(EXTAPPLIST
@@ -199,4 +203,5 @@ set(EXTAPPLIST
app_manager
antenna_length
view_wav
sd_wipe
)