Add feature to allow upside down printing of Tweets.
This is useful when the printer is mounted on a wall.
This commit is contained in:
parent
860b2fa48b
commit
ed1b9698f9
2 changed files with 14 additions and 3 deletions
|
@ -5,3 +5,6 @@ secret="PUT_YOUR_CONSUMER_SECRET_HERE"
|
|||
[auth.access]
|
||||
token="PUT_YOUR_ACCESS_TOKEN_HERE"
|
||||
secret="PUT_YOUR_ACCESS_SECRET_HERE"
|
||||
|
||||
[printer]
|
||||
flipped=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue