TPMS to ext app (#2128)

* initial

* fix
This commit is contained in:
Totoo 2024-04-29 13:30:21 +02:00 committed by GitHub
parent 819f35ac93
commit d74fd527e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 177 additions and 86 deletions

View file

@ -80,6 +80,10 @@ set(EXTCPPSRC
#wardrivemap
external/wardrivemap/main.cpp
external/wardrivemap/ui_wardrivemap.cpp
#tpmsrx
external/tpmsrx/main.cpp
external/tpmsrx/tpms_app.cpp
)
set(EXTAPPLIST
@ -102,4 +106,5 @@ set(EXTAPPLIST
foxhunt_rx
audio_test
wardrivemap
tpmsrx
)