Merge pull request #710 from houqp/houqp-master

fix: crash on emulator when trying to display battery level
pull/712/head
HW 10 years ago
commit 788018cb4f

@ -21,7 +21,7 @@ function BasePowerD:init() end
function BasePowerD:toggleFrontlight() end
function BasePowerD:setIntensityHW() end
function BasePowerD:setIntensitySW() end
function BasePowerD:getCapacityHW() end
function BasePowerD:getCapacityHW() return "0" end
function BasePowerD:isChargingHW() end
function BasePowerD:suspendHW() end
function BasePowerD:wakeUpHW() end

Loading…
Cancel
Save