Add a newline for text demo
This commit is contained in:
parent
28b82fb54f
commit
1a000d29fd
|
@ -13,7 +13,7 @@ from . import config
|
|||
# Value: A list of dictionaries to pass to the escpos function as arguments.
|
||||
DEMO_FUNCTIONS = {
|
||||
'text': [
|
||||
{'txt': 'Hello, World!',}
|
||||
{'txt': 'Hello, World!\n',}
|
||||
],
|
||||
'qr': [
|
||||
{'text': 'This tests a QR code'},
|
||||
|
|
Loading…
Reference in New Issue