mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 12:11:39 +02:00
fix setGotNothing (didn't leave Testmode anymore)
(cherry picked from commit f802036344f322770df2c261a21402fbd0eb86fd)
This commit is contained in:
parent
c3863f4928
commit
057c80162f
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ class Heuristic {
|
|||
updateQuality(iv, -2); // BAD
|
||||
mTestEn = true;
|
||||
}
|
||||
else
|
||||
mTestEn = false;
|
||||
}
|
||||
|
||||
void printStatus(Inverter<> *iv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue