From 0f1f2d870fcd7f18e88b5e92f2fe8781bd54f8a3 Mon Sep 17 00:00:00 2001 From: Martina <martina@rivizzigno.it> Date: Thu, 6 Jul 2017 17:12:15 +0200 Subject: [PATCH] tune_control: add silence to tune_control msg --- msg/tune_control.msg | 1 + 1 file changed, 1 insertion(+) diff --git a/msg/tune_control.msg b/msg/tune_control.msg index 9cbdb53252..3bb86c8645 100644 --- a/msg/tune_control.msg +++ b/msg/tune_control.msg @@ -23,4 +23,5 @@ uint8 tune_id uint8 tune_override # if set to 1 the tune which is playing will be stopped and the new started uint16 frequency # in Hz uint32 duration # in us +uint32 silence # in us uint8 strength # value between 0-100 if supported by backend -- GitLab