feat(dev-generic): add tio

For interfacing with serial i/o.

PR: zmkfirmware/zmk-docker#81
This commit is contained in:
innovaker
2021-06-15 17:27:14 +01:00
parent d1f45823e4
commit 5d9cfa5ab7
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ RUN \
python3-wheel \
socat \
ssh \
tio \
wget \
xz-utils \
&& pip3 install \