mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-06 09:21:36 +01:00
peripheral_manager: Wait for 'buttons' object
Object was misspelled as 'button' leading to a 2 s delay every boot.
This commit is contained in:
parent
cbc988c360
commit
00952364da
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ start_service() {
|
|||
service_running() {
|
||||
ubus -t 2 wait_for led.status
|
||||
ubus call led.status set '{"state":"notice"}'
|
||||
ubus -t 2 wait_for button
|
||||
ubus -t 2 wait_for buttons
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue