You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this undoes solution of #651 , but I tried to limit it to only configuration when external_printer feature is enabled and used POLL_WAIT*10 to wait 100ms instead of 10 to not waste too much cpu.
The text was updated successfully, but these errors were encountered:
Platform macOS, linux
Terminal software Apple Terminal.app
Describe the problem you are observing.
Lines printed using external_printer feature are printed only when some key is pressed.
Steps to reproduce
Just run external_printer example.
Problem seems to be caused by change #651
Following change seems to fix issue for me:
this undoes solution of #651 , but I tried to limit it to only configuration when external_printer feature is enabled and used POLL_WAIT*10 to wait 100ms instead of 10 to not waste too much cpu.
The text was updated successfully, but these errors were encountered: