Added extra AF Method B probe to prevent false Method B detection

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-24 19:07:43 +02:00
parent abfa6b89f7
commit 6786df55bc
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -712,5 +712,6 @@ class TEF6686 {
uint16_t rdsCold;
uint8_t af_counterb;
uint8_t af_counterbcheck;
bool afmethodBtrigger;
};
#endif