From 581e159f0d6f30dd8278de4fc40b93eafc127048 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 11 Feb 2025 17:31:28 +1300 Subject: [PATCH] implement additional packet types --- index.html | 52 ++++++++++++++++++++++++++++++--- src/buffer_writer.js | 21 ++++++++++++++ src/constants.js | 31 ++++++++++++++------ src/device.js | 68 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 159 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index f1d11ac..402cbe0 100644 --- a/index.html +++ b/index.html @@ -30,16 +30,19 @@ Disconnect + + + + @@ -61,6 +73,7 @@