From d8b5682a94dcd7767fa715ea0fd73397d1ad0263 Mon Sep 17 00:00:00 2001 From: Patrick Rathje Date: Wed, 8 Dec 2021 16:43:56 +0100 Subject: [PATCH] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ee0f2..fe6eb35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This project aims to add support the [Exposure Notification (EN) protocol for tr * Upon infection upload keys to a public database * Retrieve keys of infections from database * computes rolling proximity identifiers - * compares to stored contacts to check for exposure b + * compares to stored contacts to check for exposure 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.