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
Then connect via serial monitor, connect with Telnet and just hit enter on the yo prompt. You will see something like garbage: '�������� ��!��"��' in the serial monitor.
The text was updated successfully, but these errors were encountered:
I could only reproduce this on ESP8266, not on ESP32.
Added code, that now manually flushes the client upon connection – and I filter for ASCII chars...
ESP Telnet passes garbage to the on_input callback if the first input string is empty and only
\n
is sent via telnet.To reproduce, compile and upload:
Then connect via serial monitor, connect with Telnet and just hit enter on the
yo
prompt. You will see something likegarbage: '�������� ��!��"��'
in the serial monitor.The text was updated successfully, but these errors were encountered: