From d56de63c14049e323484afb5b280cd4dc318e0a6 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Tue, 11 Oct 2022 19:13:56 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9398d5b..b98effa 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ My recommended method of accessing your data is using a Raspberry Pi linked to a ## Future Plans A few things that I intend to add are: +- Internal timekeeping is the big feature-addition on the horizon. I would like to add a way for FDRS gateways to keep track of time via NTP (on WiFi) or an RTC module, and seamlessly distribute the current time amongst its neighbors automatically. All gateways could then be queried by remote nodes for the current time. Get your T-Watch ready! - More sensor and controller sketches! If you have designed any open source hardware for ESP32 or 8266, please contact me and I will provide support for your device in this repo. - Support for several new devices and protocols: ethernet, nRF24L01, 4G LTE, and the E5 LoRa module from Seeed Studio. - Channel Activity Detection (CAD) and some improvements for LoRa, including controller capabilities.