mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
[Wizard] Add Bambook settings to wizard.
This commit is contained in:
parent
9f453fa65e
commit
efcfcdc113
@ -219,6 +219,13 @@ class EZReaderPP(HanlinV5):
|
|||||||
manufacturer = 'Astak'
|
manufacturer = 'Astak'
|
||||||
id = 'ezreader_pp'
|
id = 'ezreader_pp'
|
||||||
|
|
||||||
|
class Bambook(Device):
|
||||||
|
|
||||||
|
name = 'Sanda Bambook'
|
||||||
|
output_format = 'SNB'
|
||||||
|
manufacturer = 'Sanda'
|
||||||
|
id = 'bambook'
|
||||||
|
output_profile = 'bambook'
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
def get_devices():
|
def get_devices():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user