CARIA.2.2
Update for the final presentation huge change with previous version
This commit is contained in:
10
WebControl/fixs/fix_rfid.sh
Normal file
10
WebControl/fixs/fix_rfid.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Naviguer vers le répertoire du module MFRC522
|
||||
cd modules/MFRC522-python
|
||||
|
||||
# Installer le module MFRC522
|
||||
sudo python3 setup.py install
|
||||
|
||||
# Confirmation de l'installation
|
||||
echo "Installation du module MFRC522 terminée."
|
||||
Reference in New Issue
Block a user