From 00952364da611f5e35a5ef62d62637dcbace58e4 Mon Sep 17 00:00:00 2001 From: Erik Karlsson Date: Tue, 9 Feb 2021 23:13:46 +0100 Subject: [PATCH] peripheral_manager: Wait for 'buttons' object Object was misspelled as 'button' leading to a 2 s delay every boot. --- peripheral_manager/files/etc/init.d/peripheral_manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/files/etc/init.d/peripheral_manager b/peripheral_manager/files/etc/init.d/peripheral_manager index 65db3e663..85d414f19 100755 --- a/peripheral_manager/files/etc/init.d/peripheral_manager +++ b/peripheral_manager/files/etc/init.d/peripheral_manager @@ -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() {