Merge pull request #412 from python-escpos/365-enhance-documentation

add disclaimer to beep sound
This commit is contained in:
Patrick Kanzler 2020-09-28 22:42:21 +02:00 committed by GitHub
commit 84a97e5b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ _CUT_PAPER = lambda m: GS + b'V' + m
PAPER_FULL_CUT = _CUT_PAPER(b'\x00') # Full cut paper
PAPER_PART_CUT = _CUT_PAPER(b'\x01') # Partial cut paper
# Beep
# Beep (please note that the actual beep sequence may differ between devices)
BEEP = b'\x07'
# Panel buttons (e.g. the FEED button)