Added some timout handling rearding spaceapi.
This commit is contained in:
parent
67e907e3a4
commit
0e429ecb8c
2 changed files with 3 additions and 2 deletions
2
unlock
2
unlock
|
@ -8,7 +8,7 @@ echo "Securing Communication to Space Systems..."
|
|||
echo "out" > /sys/class/gpio/gpio27/direction
|
||||
sleep 0.5
|
||||
echo "Open Communication Channel..."
|
||||
curl -s -o /dev/null "hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=open" &
|
||||
curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "hamburg.ccc.de/dooris/status.php?apikey=sesamaenderdich&action=open" &
|
||||
echo "Unlocking Space..."
|
||||
echo "1" > /sys/class/gpio/gpio27/value
|
||||
sleep 0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue