improvement: low voltage cut off as web ui option

This commit is contained in:
SQ2CPA
2024-03-28 18:28:31 +01:00
parent db21a08904
commit 968d9188be
8 changed files with 31 additions and 18 deletions
+1
View File
@@ -215,6 +215,7 @@ function loadSettings(settings) {
// Experimental
document.getElementById("other.lowPowerMode").checked = settings.other.lowPowerMode;
document.getElementById("other.lowVoltageCutOff").value = settings.other.lowVoltageCutOff || 0
updateImage();
refreshSpeedStandard();