We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528dbff commit 49ea1aeCopy full SHA for 49ea1ae
src/SCRIPTS/BF/PAGES/battery.lua
@@ -17,7 +17,7 @@ fields[#fields + 1] = { t = "Maximum Cell", x = x + indent, y = inc.y(li
17
fields[#fields + 1] = { t = "Warning Cell", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 500, vals = { 12, 13 }, scale = 100 }
18
19
labels[#labels + 1] = { t = "Capacity Settings", x = x, y = inc.y(lineSpacing) }
20
-fields[#fields + 1] = { t = "Battery Capacity", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, steps = 25, max = 10000, vals = { 4, 5 } }
+fields[#fields + 1] = { t = "Battery Capacity", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, mult = 25, max = 20000, vals = { 4, 5 } }
21
22
return {
23
read = 32, -- MSP_BATTERY_CONFIG
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments