vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
349 stars 131 forks source link

"Humidity" and "Room RH" toggles work, but don't change appearance like the other toggles #424

Closed denisfrench closed 3 months ago

denisfrench commented 3 months ago

Hi; I've noticed on the main graph page (http://brewpiless.local/index.htm) that the "Humidity" and "Room RH" toggle switches work to disable or enable the graph display of these values, but don't change appearance to show on/off like the other toggles do.

It's only a cosmetic issue, but I just thought I would let you know. I'm compiling version 4.4 https://github.com/vitotai/BrewPiLess/commit/ce1428821f12e2aa687425625735fb9e7f9b4627 using the esp32-oled default build environment and config.

Thanks for your work on this!

vitotai commented 3 months ago

This issue is caused by using the same ID for two elements. Fixed.

denisfrench commented 3 months ago

Confirmed fixed at my end; thanks! 🙏