Skip to content

Commit

Permalink
Merge branch 'hotfix/dependancy_serial'
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 21, 2018
2 parents 9219988 + 14db1e6 commit 6bf3759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"changelog" : "https://Jeedom-Plugins-Extra.github.io/plugin-teleinfo/#language#/changelog",
"documentation" : "https://Jeedom-Plugins-Extra.github.io/plugin-teleinfo/#language#/",
"pluginVersion" : "2.7.1"
"pluginVersion" : "2.7.2"
}
5 changes: 4 additions & 1 deletion ressources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ echo 30 > ${PROGRESS_FILE}
#pip_install python-ftdi1
echo 40 > ${PROGRESS_FILE}
echo "Installation de la librairie serial"
pip_install serial
#pip_install serial
sudo pip uninstall -y serial
#apt_install python-serial
pip_install pyserial
echo 50 > ${PROGRESS_FILE}
echo "Mise à jour de cmdline ou inittab suivant système"
if [ -e /dev/ttyAMA0 ]; then
Expand Down

0 comments on commit 6bf3759

Please sign in to comment.