Few things to be checked

Hi,

Noted few things what should need to be checked (don’t know if allready mentonied but here they comes):

  • changing g_rrate.maxValue has no effect as doRRate() overrides it (ex. when no rain fallen and want max to 50 so it directly shows if heavy rain or not)
  • disabling section in drawDew() has no effect, disabling section in drawTemp works OK
  • no way to disable rainrate-sections

:slight_smile:

Henkka

g_rrate.maxValue is set dynamically by the script it is not designed to be set by the user.

To disable sections set them to and empty array; section = ;