Skip to content

Commit

Permalink
Update DeviceInfo.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Schizosaccaromyces authored Jan 30, 2025
1 parent 5e99365 commit c3273e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ object DeviceInfo {
-> Id.INKBOOK

// InkBook Focus
PRODUCT == "r07801" && MODEL == "focus"
DEVICE == "px30_eink" && MODEL == "focus"
-> Id.INKBOOKFOCUS

// InkBook Focus Plus
PRODUCT == "ro7802" && MODEL == "focus plus"
DEVICE == "rk3566_eink" && MODEL == "focus plus"
-> Id.INKBOOKFOCUS_PLUS

// InkPalm Plus
Expand Down

0 comments on commit c3273e7

Please sign in to comment.