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
8 changed files with 177 additions and 86 deletions

View File

@@ -498,12 +498,6 @@ set(MODE_CPPSRC
)
DeclareTargets(PTON tones)
### TPMS
set(MODE_CPPSRC
proc_tpms.cpp
)
DeclareTargets(PTPM tpms)
### Wideband Spectrum
@@ -651,6 +645,15 @@ set(MODE_CPPSRC
)
DeclareTargets(PABP audio_beep)
### TPMS
set(MODE_CPPSRC
proc_tpms.cpp
)
DeclareTargets(PTPM tpms)
### HackRF "factory" firmware
add_custom_command(