Typo in last change. (BasePowerD -> KoboPowerD)

This commit is contained in:
Hzj_jie
2017-06-20 23:58:33 -07:00
committed by GitHub
parent 05769872c7
commit b5c77af15c

View File

@@ -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