You've already forked TEF6686_ESP32
Undo AF change and versioning
This commit is contained in:
@@ -84,12 +84,10 @@ uint16_t TEF6686::TestAF() {
|
||||
for (int x = 0; x < af_counter; x++) {
|
||||
timing = 0;
|
||||
devTEF_Set_Cmd(TEF_FM, Cmd_Tune_To, 7, 3, af[x].frequency);
|
||||
delay(2);
|
||||
while (timing == 0 && !bitRead(timing, 15)) {
|
||||
devTEF_Radio_Get_Quality_Status(&status, &aflevel, &afusn, &afwam, &afoffset, &dummy1, &dummy2, &dummy3);
|
||||
timing = lowByte(status);
|
||||
}
|
||||
delay(2);
|
||||
af[x].score = aflevel - afusn - afwam;
|
||||
if (afoffset < -125 || afoffset > 125) af[x].score = -32767;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef LANGUAGE_H
|
||||
#define LANGUAGE_H
|
||||
|
||||
#define VERSION "v2.11.11"
|
||||
#define VERSION "v2.11.12"
|
||||
|
||||
// [number of languages][number of texts]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user