Edit: Button Press
If there is loot you have 5 seconds to press the button again (in this 5 seconds its blinking light blue). If done the payload is stopped. If the button is not pressed the payload keeps running until it's pressed again.pull/23/head
parent
b46d0b8d2d
commit
ff32e6c548
|
@ -45,13 +45,15 @@ function run() {
|
|||
do
|
||||
NO_LED=true BUTTON && {
|
||||
checkLog && {
|
||||
LED FINISH
|
||||
kill $npid
|
||||
BUTTON 5s && {
|
||||
LED FINISH
|
||||
kill $npid
|
||||
|
||||
sleep 3
|
||||
|
||||
LED OFF
|
||||
halt
|
||||
sleep 3
|
||||
|
||||
LED OFF
|
||||
halt
|
||||
}
|
||||
} || {
|
||||
LED FAIL
|
||||
sleep 3
|
||||
|
|
Loading…
Reference in New Issue