1
0
Fork 0

Added new package to install for serial communications

This commit is contained in:
Kim Huebel 2021-02-10 21:44:07 +00:00
parent 3755cdb5ff
commit 0a2ef0c34b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
var dashboard_version = "2021-02-09 17:45:07";
var dashboard_version = "2021-02-10 21:44:07";