Skip to content

Commit

Permalink
Merge branch 'tolino_5_3_195056' of https://github.com/beedaddy/calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Oct 2, 2024
2 parents b77b2e3 + 7165448 commit c08a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/devices/kobo/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ class KOBOTOUCH(KOBO):
# Starting with firmware version 3.19.x, the last number appears to be is a
# build number. A number will be recorded here but it can be safely ignored
# when testing the firmware version.
max_supported_fwversion = (5, 2, 190625)
max_supported_fwversion = (5, 3, 195056)
# The following document firmware versions where new function or devices were added.
# Not all are used, but this feels a good place to record it.
min_fwversion_shelves = (2, 0, 0)
Expand Down

0 comments on commit c08a34b

Please sign in to comment.