From 9c2850b4554ff1babd881be9f03663ad225a8101 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 20 Nov 2024 02:34:27 +1300 Subject: [PATCH] add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47fff2d..37b6dff 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ node server.js --port 8080 --meshtastic-api-url https://127.0.0.1 - Add a full node settings page - Fix issue where some devices don't have an rx timestamp, or it's way out of sync - Fix issues where some newly received messages show as older in the list, due to the above issue +- Use an SQLite database when running from server.js to allow cross device message history sharing ## CORS Proxy for HTTP Connections