From 955dc8df871c79e2ea26c231e033194d18ccf9c3 Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Wed, 31 Jul 2024 00:07:06 +0000 Subject: [PATCH] Update talk.php --- speech/talk.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/speech/talk.php b/speech/talk.php index aab1852..faeeadb 100644 --- a/speech/talk.php +++ b/speech/talk.php @@ -74,6 +74,7 @@ CREATE TABLE IF NOT EXISTS ujive ( UPDATE launcher SET speech_it = array_append(speech_it, $1) WHERE id = $2 https://puma-01.elettra.eu/lib/fm.php?open_editor=/run/knob/launch_do + nokill 100 100 /runtime/bin/modmulti-gui @@ -309,6 +310,7 @@ CREATE TABLE IF NOT EXISTS ujive ( <img style="margin-right: 10px; display: none;" id='chart' src='./chart.png' title='chart'> </div> <span style='color: darkblue; font-weight: bold;' id='miclabel'>comandi vocali </span> + <iframe src='https://pwma.elettra.eu/knob/?ws=<?php echo $_REQUEST['host'];?>' width='500px' height='30px' style='border-width: 0;'></iframe> <table id ='openTable' class="table table-hover"></table> <span id='ctree'></span> <pre id='log'></pre> -- GitLab