mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-03-23 11:04:50 +00:00
update
This commit is contained in:
parent
8529849a5a
commit
d1e4ee31f1
70 changed files with 523 additions and 2274 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<label for="FixNone">Float</label>
|
||||
<input type="button" id="butSave" value="Save data.csv"><br>
|
||||
Window: <span id='wdsize'>?</span> sec, Sample Rate: <span id='smprate'>?</span> smps
|
||||
<div id='labdiv' style=></div>
|
||||
<div id='labdiv' style="text-align: center;"></div>
|
||||
</div>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
|
|
@ -56,7 +56,7 @@ function wsping() {
|
|||
ws.send('adc*');
|
||||
wstt = setTimeout(wsping, 400);
|
||||
}
|
||||
var wsUri = 'ws://rtl871x1/web.cgi'
|
||||
var wsUri = 'ws://rtl871x0/web.cgi'
|
||||
//var wsUri = "ws://"+window.location.host.toString()+"/web.cgi";
|
||||
ws = new WebSocket(wsUri);
|
||||
ws.binaryType = 'arraybuffer';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue