Browse Source

Merge branch 'PR_improve_heuristic' of https://github.com/You69Man/ahoy into You69Man-PR_improve_heuristic

pull/1262/head
lumapu 1 year ago
parent
commit
d3f5c578d0
  1. 2
      src/hm/Heuristic.h

2
src/hm/Heuristic.h

@ -68,6 +68,8 @@ class Heuristic {
updateQuality(iv, -2); // BAD updateQuality(iv, -2); // BAD
mTestEn = true; mTestEn = true;
} }
else
mTestEn = false;
} }
void printStatus(Inverter<> *iv) { void printStatus(Inverter<> *iv) {

Loading…
Cancel
Save