Update firmware version for Kobo Elipsa

This commit is contained in:
David 2021-06-09 23:42:43 +10:00
parent 5af30bd3ce
commit 4c5042826e

View File

@ -1355,7 +1355,7 @@ class KOBOTOUCH(KOBO):
' Based on the existing Kobo driver by %s.') % KOBO.author
# icon = I('devices/kobotouch.jpg')
supported_dbversion = 162
supported_dbversion = 163
min_supported_dbversion = 53
min_dbversion_series = 65
min_dbversion_externalid = 65
@ -1368,7 +1368,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 = (4, 26, 16704)
max_supported_fwversion = (4, 28, 16705)
# The following document firwmare 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)
@ -1386,7 +1386,7 @@ class KOBOTOUCH(KOBO):
min_fwversion_dropbox = (4, 18, 13737) # The Forma only at this point.
min_fwversion_serieslist = (4, 20, 14601) # Series list needs the SeriesID to be set.
min_nia_fwversion = (4, 22, 15202)
min_elipsa_fwversion = (4, 27, 16704) # TODO: Get the correct version.
min_elipsa_fwversion = (4, 28, 16705)
has_kepubs = True