-
Notifications
You must be signed in to change notification settings - Fork 165
Adds Cut, Beep, Print QR Functionalities. #42
base: master
Are you sure you want to change the base?
Conversation
Generic ESC/POS support for QR-codes
Generic ESC/POS support for QR Codes
Adde yield() to timeoutWait() in order to "feed" the ESP8266´s watchdog timer. Arduino reference guide describes yield() -> Passes control to other tasks when called. Ideally yield() should be used in functions that will take a while to complete.
I'll add Non-Blocking version at soonest. |
@ladyada Any update ? |
we'll check this out next time we do a library sweep! |
Nice, Is there an estimated date for that ?
Thanks
في الخميس، 29 أكتوبر 2020 في 8:39 م تمت كتابة ما يلي بواسطة ladyada <
[email protected]>:
… we'll check this out next time we do a library sweep!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3O7J7SG5LF7YWPSXQTVQDSNGSEDANCNFSM4SUSMIVQ>
.
|
nope! |
Tested on ESP8266 target
Added Async Thermal Printer ;) |
thanks :) |
…tion, Add non-Blocking multi-level paperLevel status, Enhance internal working
Adds the following to the PR : Improve the library functionalities |
@HamzaHajeir We are in the process of doing some updating on this library. For this PR, would you mind breaking it up into smaller PR's to make it easier to test. Like one PR per feature: cut, beep, etc. |
Hi ! Thank y for yuor response. |
Hi, AFAIK it will work; because it's using the ESC Commands, but I don't know to what extent, or whether there's a difference at some point. |
Fix #23
Adds Cut, Beep, Print QR Code functions