Removed unnecessary files/folder

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-11 11:49:04 +02:00
parent 5022c68b7a
commit f7b167b81f
4 changed files with 2 additions and 284 deletions
+2 -2
View File
@@ -610,7 +610,7 @@ void setup() {
TEF = EEPROM.readByte(EE_BYTE_TEF);
if (TEF != 101 && TEF != 102 && TEF != 205) SetTunerPatch();
if (TEF != 102 && TEF != 205) SetTunerPatch();
radio.init(TEF);
uint16_t device;
@@ -3148,7 +3148,7 @@ void Seek(bool mode) {
}
void SetTunerPatch() {
if (TEF != 101 && TEF != 102 && TEF != 205) {
if (TEF != 102 && TEF != 205) {
radio.init(102);
uint16_t device;
uint16_t hw;