MicroTelnetServer
MicroTelnetServer copied to clipboard
Add dupterm_notify conditionally.
Instead of commenting out the dupterm_notify line, add it conditionally using the hasattr function.
It was a struggle for me to use this awesome telnet server on a recent micropython. Then I realized the commented line where dupterm_notify is used. I hope this change makes it easier for newcomers to use this amazing tool.