From 7b2e58b116ae86af0f1c27eb45971bbe0b783d37 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 4 Mar 2025 16:50:47 +1300 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e63d9f..e6413a3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Javascript library for interacting with a [MeshCore](https://github.com/ripplebiz/MeshCore) device running the [Companion Radio Firmware](https://github.com/ripplebiz/MeshCore/blob/main/examples/companion_radio/main.cpp). +This library can be used in a Web Browser to connect to MeshCore Companion devices over BLE or USB Serial. + +It can also be used in NodeJS to connect to MeshCore Companion devices over TCP/WiFi. + ## License MIT