Added new package to install for serial communications
This commit is contained in:
parent
3755cdb5ff
commit
0a2ef0c34b
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ Actually known:
|
|||
* ansi2html: `sudo pip3 install ansi2html`
|
||||
* gpiozero: `sudo apt install python3-gpiozero`
|
||||
* psutil: `sudo apt install python3-psutil`
|
||||
* pyserial: `sudo apt-get install python3-serial`
|
||||
|
||||
### Recommendations
|
||||
* take care to set Loglevel for FileLevel = 2 in your MMDVM.ini
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-09 17:45:07";
|
||||
var dashboard_version = "2021-02-10 21:44:07";
|
||||
|
|
Loading…
Reference in a new issue