Improved extended bandwidth function

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-09-03 16:37:04 +02:00
parent 498476fc57
commit 49243a5fcf
6 changed files with 17 additions and 4 deletions

View File

@@ -727,6 +727,7 @@ class TEF6686 {
void setUnMute();
void setVolume(int8_t volume);
void tone(uint16_t time, int16_t amplitude, uint16_t frequency);
void extendBW(bool yesno);
uint16_t getBlockA(void);
String trimTrailingSpaces(String str);
uint8_t af_counter;