mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-01-07 08:59:58 +01:00
Added new package to install for serial communications
This commit is contained in:
parent
3755cdb5ff
commit
0a2ef0c34b
|
|
@ -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