From c1727a5b514c641076bd9023974c608ccf144325 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sat, 5 Sep 2020 14:27:57 +0200 Subject: [PATCH] readme.md typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d84d4d7..d7a52804 100644 --- a/README.md +++ b/README.md @@ -210,11 +210,11 @@ There in the sensor configuration select "TheThingsNetwork" and set Decoding Pro Bluetooth low energy service UUID 0xFD6F, used by Google/Apple COVID-19 Exposure Notification System, can be monitored and counted. By comparing with the total number of observed devices this gives an indication how many people staying in proximity are using Apps for tracing COVID-19 exposures, e.g. in Germany the "Corona Warn App". To achive best resulta withs this funcion, use following settings in [paxcounter.conf](src/paxcounter.conf): - #define COUNT_ENS 1 // enable ENS monitoring function - #define VENDORFILTER 0 // disable OUI filter (scans ALL device MACs) - #define BLECOUNTER 1 // enable bluetooth sniffing - #define WIFICOUNTER 0 // disable wifi sniffing (improves BLE scan speed) - #define HAS_SENSOR_1 1 // optional: transmit ENS counter data to server + #define COUNT_ENS 1 // enable ENS monitoring function + #define VENDORFILTER 0 // disable OUI filter (scans ALL device MACs) + #define BLECOUNTER 1 // enable bluetooth sniffing + #define WIFICOUNTER 0 // disable wifi sniffing (improves BLE scan speed) + #define HAS_SENSOR_1 1 // optional: transmit ENS counter data to server # SD-card