bring keyfob app back (#1794)

* bring keyfob app back

* format

* cleanup

* format

* remove committed line from original list
This commit is contained in:
sommermoregentraum
2024-01-21 18:49:17 +08:00
committed by GitHub
parent ce1084abc7
commit 3314001205
6 changed files with 100 additions and 6 deletions

View File

@@ -54,6 +54,11 @@ set(EXTCPPSRC
external/spainter/ui_spectrum_painter.cpp
external/spainter/ui_spectrum_painter_text.cpp
external/spainter/ui_spectrum_painter_image.cpp
#keyfob
external/keyfob/main.cpp
external/keyfob/ui_keyfob.cpp
external/keyfob/ui_keyfob.hpp
)
set(EXTAPPLIST
@@ -70,4 +75,5 @@ set(EXTAPPLIST
jammer
gpssim
spainter
keyfob
)