From a3259ee259d1d6b81b2155e7640e7e3ff017d7d7 Mon Sep 17 00:00:00 2001 From: oe3cjb Date: Fri, 31 Jan 2020 14:33:37 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0334d99..f3b4baf 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,11 @@ The symbol can now be changed without attached display - during normal operation 1x TX LED blinks represent "no" to continue with the setup - press here the key to continue the setup - please do so if you have a display attached.

for DHT22 I used the library from https://github.com/beegee-tokyo/DHTesp, as the standard library gives to many wrong readings
+Now the DS18B20 is supported as well - uncomment line 31: // #define DS18B20 // use this if you use DS18B20, default ist DHT22

new features:
+- DS18B20 support (setable in config.h) +- GPS switched off in WX_FIXED mode (only available with boards with HW-Version >=V1.0) - immediate TX with short key press - course changes of >30° will cause a TX beacon - code optimized and cleaned