From 99c51d3654c528fee1ee70d8e60f669c31e515e1 Mon Sep 17 00:00:00 2001 From: Jelmer Date: Mon, 6 Mar 2023 11:56:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 655f8992..1b703011 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ It is currently compatible with the following tags: * 2.9" * 1.54" +On the 2.9" tags, both the UC8151 and SSD1619 display variants are supported + ### Aims - Low power (currently around 9µA with a minimum of 40 second latency) - Even lower power when there's no AP around @@ -43,8 +45,6 @@ You can access the ESP32 with any web browser after connecting it to your WiFi N - Code cleanup... Splitting into different files, for instance. It's a mess. ### Tags: - Implement NFC for URL's -- Implement battery reading -- Implement RSSI/LQI to be sent to the AP ### AP: - Important! The AP needs to be able to tell a tag to try again later if it's already doing comms with another tag. The AP can't handle concurrent checkins/download due to memory constraints! - More reliable serial comms (sometimes bytes are dropped)