decode crc-8 on packetization length

This commit is contained in:
Lewis Moten
2024-05-08 23:45:43 -04:00
parent 548cddd3f2
commit 8648e95af6
2 changed files with 75 additions and 21 deletions

View File

@@ -67,7 +67,10 @@
Error Percent: <span id="received-decoded-bits-error-percent">N/A</span>%<br />
</div>
<div>
<h2>Decoded Text</h2>
<h2>Decoded</h2>
Bytes: <span id="received-packet-original-bytes">N/A</span><br>
Length CRC-8: <span id="received-packet-original-bytes-crc">N/A</span><br>
Text:
<div class="raw-data" id="decoded-text"></div><br />
</div>
<div>