From 065d970a159cd6deb864a84f04edff27016b1fed Mon Sep 17 00:00:00 2001 From: seiichiro Date: Fri, 20 Sep 2019 14:36:37 +0000 Subject: [PATCH] Added SHT21 to the description --- Firmware/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Firmware/README.md b/Firmware/README.md index dc8f7bc..093d263 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -1,7 +1,6 @@ # TinyLoRa Firmware -Example Sensor Node Firmware with a BMP/E280 Sensor. -Please Change the Values in src/secconfig.h to your Keys from https://console.thethingsnetwork.org. Device has to be set to ABP Mode. Also since there is no permanent storage to store the Frame Counter, please disable the Frame Counter Check in the TTN console. +Example Sensor Node Firmware with a BMP/E280 or SHT21 Sensor. Used Sensor has to be set via #define in the src/secconfig.h (HAS_BME280 or HAS_SHT21). Please change the values in src/secconfig.h to your Keys from https://console.thethingsnetwork.org. Device has to be set to ABP Mode. Also since there is no permanent storage to store the Frame Counter, please disable the Frame Counter Check in the TTN console. Project was created using PlatformIO Atmel-AVR Framework