PicoMite V6.00.02


Author Message
karlelch

Guru

Joined: 30/10/2014
Location: Germany
Posts: 321
Posted: 06:11am 15 Jun 2025      

Hi,

I updated my solar panel display from 2023 to the newest WebMite firmware and it ran almost w/o a change! And from observing it the past 24 hours, more stably than with earlier WebMite versions. This is great!!!

Best
Thomas

P.S. The only change I had to do was using in a format string "%02.0f" instead of "%02.0g". The behaviour of the "g" option seems to have changed:
> ?Format$(5, "%02.0f")
05
> ?Format$(22, "%02.0f")
22
> ?Format$(5, "%02.0g")
05
> ?Format$(22, "%02.0g")
2e+01

Before, the latter also produced "22", but "2e+01" makes more sense considering that "g" is supposed to choose the optimal format.
Edited 2025-06-15 16:11 by karlelch