Added driver name defines

This commit is contained in:
2026-01-05 12:59:54 +01:00
parent aef6c641d1
commit 0f167a5e32
5 changed files with 19 additions and 10 deletions

View File

@@ -27,12 +27,14 @@ sudo apt purge modemmanager
// ---
$ sudo chgrp pi /opt
$ sudo chmod -R 775 /opt
$ cd /opt
$ mv /home/pi/tiny_can_raspberry_790.tar.gz .
$ tar -xzvf tiny_can_raspberry_790.tar.gz
$ rm tiny_can_raspberry_790.tar.gz
https://github.com/MHS-Elektronik/OBD-Display
sudo chgrp pi /opt
sudo chmod -R 775 /opt
cd /opt
mv /home/pi/tiny_can_raspberry_790.tar.gz .
tar -xzvf tiny_can_raspberry_790.tar.gz
rm tiny_can_raspberry_790.tar.gz

Binary file not shown.

Binary file not shown.