Revert "Merge pull request #549 from ohmytime/Air_Band"

This reverts commit a4af8de85a, reversing
changes made to dcf7203a7e.
This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-05 14:47:31 +02:00
parent a4af8de85a
commit c951a39c4c
7 changed files with 64 additions and 478 deletions
-1
View File
@@ -660,7 +660,6 @@ class TEF6686 {
void readRDS(byte showrdserrors);
void SetFreq(uint16_t frequency);
void SetFreqAM(uint16_t frequency);
void SetFreqAIR(uint16_t frequency);
bool getProcessing(uint16_t &highcut, uint16_t &stereo, uint16_t &sthiblend, uint8_t &stband_1, uint8_t &stband_2, uint8_t &stband_3, uint8_t &stband_4);
bool getStatus(int16_t &level, uint16_t &USN, uint16_t &WAM, int16_t &offset, uint16_t &bandwidth, uint16_t &modulation, int8_t &snr);
bool getStatusAM(int16_t &level, uint16_t &noise, uint16_t &cochannel, int16_t &offset, uint16_t &bandwidth, uint16_t &modulation, int8_t &snr);