# # patch "ui.cc" # from [8cd505ecc025c3cbf646fb3a9c9b53bef6dee266] # to [228f2912ff4f24f41df4f4b0c62f2b5321970aee] # --- ui.cc +++ ui.cc @@ -121,7 +121,7 @@ suffix = "k"; } // we reset the mod to the divider, to avoid spurious screen updates - i->second->mod = div; + i->second->mod = div / 10; count = (F("%.1f%s") % (i->second->ticks / div) % suffix).str(); } else