Typo in last change. (BasePowerD -> KoboPowerD)

pull/2977/head
Hzj_jie 7 years ago committed by GitHub
parent 05769872c7
commit b5c77af15c

@ -43,7 +43,7 @@ function KoboPowerD:frontlightIntensityHW()
return 20
end
function BasePowerD:turnOffFrontlightHW() self:_setIntensity(0) end
function KoboPowerD:turnOffFrontlightHW() self:_setIntensity(0) end
function KoboPowerD:setIntensityHW(intensity)
if self.fl == nil then return end

Loading…
Cancel
Save