-
released this
2026-08-30 21:23:59 +03:00 | 3 commits to main since this releaseTwo unrelated display bugs on the Home screen, both found on hardware.
Dose gradient strip accumulated marker ticks
The reading marker is drawn two pixels taller than the strip, but only the gradient band underneath it was repainted. Every previous marker left its top and bottom stubs behind, and these built up into a row of ticks across the whole strip as the dose rate moved. RESET appeared not to clear them because the residue never came from the accumulation in the first place. The full band the marker can touch is now cleared before redrawing.
LIVE showed the wrong elapsed time
The field displayed wall-clock time since connect, so it restarted at 00:00 on every reconnect while the verdict on screen was computed from hours of accumulated counts. The spectrum deliberately survives dropouts, disconnects and reboots, because the counts live on the detector rather than on the display board, so the elapsed time shown beside it has to mean the same thing.
Home now shows the detector own accumulation clock, labelled ACQ. It is cleared by RESET and is the same figure the Analysis screen already used for its counting statistics, so the two screens now agree.
Confirmed on hardware: 163 seconds after a reflash the detector reported 901 seconds accumulated, where the old field would have read 00:02.
Downloads