mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -04:00
Added wefax offset to audio app too. (#2572)
* added wefax offset to audio app too. * moved from head to cpp
This commit is contained in:
parent
ff2f27e297
commit
d73db884f0
3 changed files with 9 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ReceiverModel {
|
|||
uint8_t normalized_headphone_volume() const;
|
||||
void set_normalized_headphone_volume(uint8_t v);
|
||||
|
||||
void set_hidden_offset(rf::Frequency offset) { hidden_offset = offset; }
|
||||
void set_hidden_offset(rf::Frequency offset);
|
||||
|
||||
void enable();
|
||||
void disable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue