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
Poll rate is 500ms which is causing the sluggish feel since we dont show the typed letters only the letters written by micropython. Increasing the polling rate will increase overhead and increase chance of the webusb stack crashing
Yes, so maybe we can consider typing offline into the terminal and flushing on return/tab. That of course increases the complexity of our code, but it makes the user experience much nicer imo
Perhaps due to the frequency with which we poll the ESP for new output?
The text was updated successfully, but these errors were encountered: