diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:51:26 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 22:51:26 +0200 |
commit | 1951815533e516f4bfeb0749aa6056090371704d (patch) | |
tree | d9bd62ba2fc3026a3a04de8b22aae22237852cb7 | |
parent | 318849a151f1c9f10e068d8ec4b07165a2b9d99e (diff) |
Fixed infoget in alsa-core.html
-rw-r--r-- | htdocs/alsa-core.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/alsa-core.html b/htdocs/alsa-core.html index 261599a..a61c28e 100644 --- a/htdocs/alsa-core.html +++ b/htdocs/alsa-core.html @@ -7,9 +7,9 @@ <script type="text/javascript" src="AudioBinding.js"></script> </head> -<body onload="init('alsa_registry','alsacore', 'getinfo')"> +<body onload="init('alsa_registry','alsacore', 'infoget')"> - <button id="connected" onclick="init('alsa_registry','alsacore', 'getinfo');">Binder WS Fail</button> + <button id="connected" onclick="init('alsa_registry','alsacore', 'infoget');">Binder WS Fail</button> <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_audio')">Debug/Monitoring</a></button> <br><br> |