We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5119c commit 0533582Copy full SHA for 0533582
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
run: pip install -r dev-requirements.txt
18
- name: Run linter
19
run: ruff check
20
+
21
test:
22
name: test
23
runs-on: ubuntu-latest
README.md
@@ -4,9 +4,7 @@
4
5
An MQTT-based terminal for remote management of micropython devices.
6
7
-Also includes a CPython-based client for interacting with devices running `mqterm` called `mqshell`.
8
-
9
-Adapted from [mqboard](https://github.com/tve/mqboard).
+Inspired by [mqboard](https://github.com/tve/mqboard).
10
11
## Installation
12
mqshell/__init__.py
0 commit comments