From f782109cdfc30c5400edaf7146867d72b6b19046 Mon Sep 17 00:00:00 2001 From: Patrick Rathje Date: Tue, 4 Oct 2022 09:05:21 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe4af8b..13497ea 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This project aims to add support the [Exposure Notification (EN) protocol for tr * Retrieve keys of infections from database * computes rolling proximity identifiers * compares to stored contacts to check for exposure +* Android App (to be released) Note: as we for now do not use the flash for key storage, this currently only works on nrf52480 or you can just store a very small number of keys. Moving the keys to flash is on the TODO list and will fix this.