Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwieland authored Jun 6, 2024
1 parent 19e1fa2 commit 1dd156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ local function getCellPercent(wgt, cellValue)
local result = 0;

if wgt.options.Voltage >= "4.21"then
loadScript("/WIDGETS/FlightBattery/4_35lipo.lua")()
loadScript("/WIDGETS/BattmAh/4_35lipo.lua")()
else
loadScript("/WIDGETS/FlightBattery/4_2lipo.lua")()
loadScript("/WIDGETS/BattmAh/4_2lipo.lua")()
end

local _percentSplit = lipoValue
Expand Down

0 comments on commit 1dd156b

Please sign in to comment.