From 06f8f9d4eaabd2103296e3332e1d546f0c0d4082 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 8 Apr 2025 13:54:25 +1200 Subject: [PATCH] refactor ble connection to web ble connection --- README.md | 2 +- index.html | 4 ++-- src/connection/{ble_connection.js => web_ble_connection.js} | 6 +++--- src/index.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename src/connection/{ble_connection.js => web_ble_connection.js} (96%) diff --git a/README.md b/README.md index c49fc7c..1a1bbc2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It can also be used in NodeJS to connect to MeshCore Companion devices over TCP/ ## Supported Connection Methods - Web Browser - - BLE: [BleConnection()](./src/connection/ble_connection.js) + - BLE: [WebBleConnection()](./src/connection/web_ble_connection.js) - USB/Serial: [WebSerialConnection()](./src/connection/web_serial_connection.js) - NodeJS - TCP/WiFi: [TCPConnection("host", "port")](./src/connection/tcp_connection.js) diff --git a/index.html b/index.html index 91fb29c..9fb08d3 100644 --- a/index.html +++ b/index.html @@ -191,7 +191,7 @@