mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-14 10:39:30 +00:00
Separate weather and sgd, bc of baseband size limit
This commit is contained in:
@@ -550,12 +550,19 @@ set(MODE_CPPSRC
|
||||
)
|
||||
DeclareTargets(PWFM wfm_audio)
|
||||
|
||||
### SubGhz Decoders + Weather Stations
|
||||
### SubGhz Decoders
|
||||
|
||||
set(MODE_CPPSRC
|
||||
proc_subghzd.cpp
|
||||
)
|
||||
DeclareTargets(PWTH subghzd)
|
||||
DeclareTargets(PSGD subghzd)
|
||||
|
||||
|
||||
### Weather Stations
|
||||
set(MODE_CPPSRC
|
||||
proc_weather.cpp
|
||||
)
|
||||
DeclareTargets(PWTH weather)
|
||||
|
||||
|
||||
### Flash Utility
|
||||
|
||||
Reference in New Issue
Block a user