Point the Kindle 4 to non-legacy OTAs

It uses the same CPU as a Kindle Touch ;).
pull/4500/head
NiLuJe 5 years ago
parent 6ed66384c8
commit e1cb983cec

@ -82,7 +82,7 @@ function OTAManager:getOTAModel()
elseif Device:isCervantes() then elseif Device:isCervantes() then
return "cervantes" return "cervantes"
elseif Device:isKindle() then elseif Device:isKindle() then
if Device:isTouchDevice() then if Device:isTouchDevice() or Device.model == "Kindle4" then
if self:_isKindleWarioOrMore() then if self:_isKindleWarioOrMore() then
return "kindlepw2" return "kindlepw2"
else else

Loading…
Cancel
Save