firmware wip - now fading really works, renamed some stuff

This commit is contained in:
Marcus 2024-04-30 02:32:42 +02:00
parent f0106cbb9b
commit 805ec41ffd
1 changed files with 1 additions and 3 deletions

View File

@ -1551,9 +1551,7 @@ void WEBroot() {
body += "<option value='0'>Off</option>\n";
body += "</select><br>\n";
if(UseFANrelais == false) {
body += "Intensity: <input type='range' id='OutputPWM' name='OutputPWM' min='1' max='255' value='255'/><br>\n";
}
body += "Intensity: <input type='range' id='OutputPWM' name='OutputPWM' min='1' max='255' value='255'/><br>\n";
body += "<input type='submit' value='Save'>\n";
body += "</form>";