mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
This commit adds network.PPP(stream) which allows to create a TCP/IP network interface over a stream object (eg a UART).
This commit adds network.PPP(stream) which allows to create a TCP/IP network interface over a stream object (eg a UART).