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:
Totoo
2025-03-19 23:03:04 +01:00
committed by GitHub
parent ff2f27e297
commit d73db884f0
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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();