From f79ceaf11924c0911b0728724c3a83cf7ca5776e Mon Sep 17 00:00:00 2001
From: Volkor <me@volkor.me>
Date: Fri, 14 Feb 2025 17:33:58 +1100
Subject: [PATCH] add more stuff to readme

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 4b0d5ca..27c140b 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ This project serves as all that + a full historical backend of a meshtastic netw
 ## What it doesn't (currently)
 Rough order of how much I want to add support.
 
+- [ ] Working tiling UI (in progress!)
 - [ ] Shows Historical Data as a nice graph
   - [ ] SNR (both individual neighbours and overall)
     - RSSI is done per packet, instead of in nodeinfo. this seems... clunky.
@@ -54,6 +55,10 @@ Rough order of how much I want to add support.
 - [ ] Lets you send messages/packets
 - [ ] Supports multiple meshtastic nodes
 - Runs meshtastic (you still need a meshtastic device)
+- Runs ON the meshtastic device (you need a separate device)
+  - Maybe in the future we can have this compiled down to wasm, runs in browser and saves the db in browser. hosted on the esp32 itself.
+  - Is it small enough once compiled to wasm?
+  - Is there support for local database saving?
 
 ## Installation
 
-- 
GitLab