Skip to content

Commit

Permalink
Point the Kindle 4 to non-legacy OTAs
Browse files Browse the repository at this point in the history
It uses the same CPU as a Kindle Touch ;).
  • Loading branch information
NiLuJe committed Jan 20, 2019
1 parent 388b810 commit 30e8d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/ui/otamanager.lua
Expand Up @@ -82,7 +82,7 @@ function OTAManager:getOTAModel()
elseif Device:isCervantes() then
return "cervantes"
elseif Device:isKindle() then
if Device:isTouchDevice() then
if Device:isTouchDevice() or Device.model == "Kindle4" then
if self:_isKindleWarioOrMore() then
return "kindlepw2"
else
Expand Down

0 comments on commit 30e8d46

Please sign in to comment.