added Function to create CAN-Traces from WebUI
Some checks failed
CI-Build/Kettenoeler/pipeline/head There was a failure building this commit
Some checks failed
CI-Build/Kettenoeler/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -191,6 +191,29 @@
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
<h4>CAN / OBD2 Trace</h4>
|
||||
<div class="form-group row">
|
||||
<div class="col">
|
||||
<div class="text-center mb-2">
|
||||
<!-- Beide Start-Buttons senden btn-trace-start; Modus kommt als value -->
|
||||
<button id="trace-start" data-wsid="trace-start" value="raw" class="btn-wsevent btn btn-outline-primary">
|
||||
Start CAN-Trace
|
||||
</button>
|
||||
<button id="trace-start-obd" data-wsid="trace-start" value="obd" class="btn-wsevent btn btn-outline-primary ml-2">
|
||||
Start OBD-Trace
|
||||
</button>
|
||||
<button id="trace-stop" class="btn-wsevent btn btn-outline-danger ml-2">
|
||||
Stop
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<textarea id="trace-out" class="form-control" style="font-family:monospace" rows="8" readonly spellcheck="false"></textarea>
|
||||
<small id="trace-status" class="form-text text-muted">Trace inaktiv</small>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<!-- Div Group LiveDebug -->
|
||||
<!-- Div Group Device Reboot -->
|
||||
<hr />
|
||||
|
Reference in New Issue
Block a user