-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c3d7ea
commit d16821c
Showing
11 changed files
with
184 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
grep -i "dtoverlay=w1-gpio,gpiopin=" /boot/config.txt #überprüfen ob die enträge schon vorhanden sind | ||
if [ $? -eq 0 ]; then echo"" #wenn sie schon vorhanden sind nichts tun | ||
else echo "dtoverlay=w1-gpio,gpiopin=4,pullup=on" >> /boot/config.txt #ansonsten die Einträge einfügen | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ [email protected] | |
# The version of your plugin - important if you would like to write an | ||
# upgrade script. Use a correct syntax, which is supported by LoxBerry: | ||
# More info: http://www.loxwiki.eu/x/LYG3AQ | ||
VERSION=1.0.1 | ||
VERSION=2.0.0 | ||
|
||
# Short name and prefered subfolder of your Plugin (do not use blanks - they | ||
# will be filtered - and use lowercase only)! Used for script names in | ||
|
@@ -60,7 +60,7 @@ REBOOT=true | |
# with all future versions, please set this to false or leave it empty.. | ||
# Note! If you use the new Plugin Interface V2 - I think you will, because you | ||
# currently read THIS file ;-) - please set the Minimum version to 0.3.0! | ||
LB_MINIMUM=2.0.0.4 | ||
LB_MINIMUM=2.2.1 | ||
LB_MAXIMUM=false | ||
|
||
# If your plugin runs only on a special architecture (e.g. if you use the GPIOs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
loxberry ALL = NOPASSWD: REPLACELBPBINDIR/watchdog.pl | ||
loxberry ALL = NOPASSWD: REPLACELBPBINDIR/create1wgpio.sh | ||
loxberry ALL = NOPASSWD: /usr/bin/pkill -f owserver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.