Add animated staircase to _max environments, add ? btn to Bat,temp,Asave

This commit is contained in:
Ewoud
2023-01-05 17:40:13 +01:00
parent 008e7b96f4
commit da590bac7e
4 changed files with 11 additions and 1 deletions

View File

@@ -378,6 +378,7 @@ class UsermodBattery : public Usermod
void appendConfigData()
{
oappend(SET_F("addInfo('Battery:help',0,'<button onclick=\"location.href=&quot;https://mm.kno.wled.ge/usermods/Battery&quot;\" type=\"button\">?</button>');"));
oappend(SET_F("addInfo('Battery:min-voltage', 1, 'v');"));
oappend(SET_F("addInfo('Battery:max-voltage', 1, 'v');"));
oappend(SET_F("addInfo('Battery:capacity', 1, 'mAh');"));