From 596787554b3c72f1cc6d8309f4d0e05e80d02038 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 20:44:22 +0200 Subject: [PATCH] add disclaimer to beep sound fixes #365 --- src/escpos/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/escpos/constants.py b/src/escpos/constants.py index 6ebfc91..5e5b38c 100644 --- a/src/escpos/constants.py +++ b/src/escpos/constants.py @@ -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)