From e8bd9d8e956032ed9ab230d63fdf7888e56e9633 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 16 Nov 2024 23:02:19 +1300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66dc09d..8ac6c4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple, mobile friendly, web based Meshtastic client. ## What can it do? -- Connect to a Meshtastic device over Bluetooth or Serial +- Connect to a Meshtastic device over Bluetooth, Serial and HTTP - Send and receive text messages on existing channels - Send and receive direct messages with known nodes - Send and receive node info on demand with a specific node @@ -21,7 +21,7 @@ npm run dev ## TODO -- Implement database persistence so messages history is saved across page reloads +- Implement database persistence so message history is saved across page reloads ## CORS Proxy for HTTP Connections