Skip to content

Commit

Permalink
[MERGE] forward port branch 10.0 up to 14a8148
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Mar 28, 2019
2 parents 78f01e3 + 14a8148 commit 7dd2a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/hw_escpos/escpos/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

""" ESC/POS Commands (Constants) """

# Control characters
ESC = '\x1b'

# Feed control sequences
CTL_LF = '\x0a' # Print and line feed
CTL_FF = '\x0c' # Form feed
Expand Down

0 comments on commit 7dd2a64

Please sign in to comment.