Solved the problem for me too.
One little mistake though. For the BZR the line is 690 in AdcHub.cpp
Normally looks like updateCounts(false); Should be changed to if (state == STATE_NORMAL) updateCounts(false);
Solved the problem for me too.
One little mistake though. For the BZR the line is 690 in AdcHub.cpp
Normally looks like false); false);
updateCounts(
Should be changed to
if (state == STATE_NORMAL) updateCounts(