website update for serial port acces

This commit is contained in:
sam
2023-09-08 12:37:36 +02:00
parent 0d9eda4bf6
commit 0a47a33463

View File

@@ -16,8 +16,9 @@
</nav> </nav>
<body> <body>
<div> <button id="connectButton">Connect</button>
<textarea id="output" rows="10" cols="40" readonly></textarea>
</div> <script src="serialviewer.js"></script>
</body> </body>
</html> </html>