From de4e1d713b303b95dd384f47ea5f34a57f95cbe4 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 11:52:32 +1200 Subject: [PATCH] refactor serial connection to base class and web serial class --- index.html | 4 +- src/connection/serial_connection.js | 176 +++++++----------------- src/connection/web_serial_connection.js | 106 ++++++++++++++ 3 files changed, 156 insertions(+), 130 deletions(-) create mode 100644 src/connection/web_serial_connection.js diff --git a/index.html b/index.html index e14751e..1ce1a3b 100644 --- a/index.html +++ b/index.html @@ -190,7 +190,7 @@