mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 09:26:21 +04:00
.. | ||
.cargo | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
uart-passthrough
Pass through UART from host to the ESP8285 WIFI chip.
Any input from the host is forwarded to the ESP8285, and any input from the ESP8285 is forwarded to the host. Currently only supports a fixed baudrate of 115200.