Updated capabilities data to new version
This commit is contained in:
parent
abbe32f845
commit
43e0a87a74
|
@ -1 +1 @@
|
||||||
Subproject commit b6220ee5c55b166f06d45a97f230312805b743b1
|
Subproject commit fd207aa9debc9671405226598a086b282f9f3ad5
|
|
@ -100,6 +100,12 @@ ESCPOS_COMMANDS = [
|
||||||
'option_strings': ('--content',),
|
'option_strings': ('--content',),
|
||||||
'help': 'Text to print as a qr code',
|
'help': 'Text to print as a qr code',
|
||||||
'required': True,
|
'required': True,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'option_strings': ('--size',),
|
||||||
|
'help': 'QR code size (1-16) [default:3]',
|
||||||
|
'required': False,
|
||||||
|
'type': int,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue