Todo: @PE5PVB
1. Can add an menu option
byte showSWMIBand = 1; // Fix Me: Menu options: 0: don't show 1: show up
2. Need to store and restore the last SWMIBandPosold
uint16_t SWMIBandPosold; // Fix Me: Should store this parameter into flash, for use of restart.
When using no RDS error filter, PTY, CT, MS, ECC, AF, TP will only be parsed when RDS is error free.
Add a bool to determine if PI was error free (correctPI)
Removed ASCII converter, since it was not working ;-)
Hopefully fixed the CT when time is at midnight.
Added option to hide RDS errors:
showrdserrors = true Do show always
showrdserrors = false Only show errorless RDS
Added tone function.
Syntax:
radio.tone(x, y, z);
x = length in mS
y = Amplitude in dB, -30 to 0
z = Frequency in Hertz. (10 to 20000)
Note. After this command the audio is set to Unmute.