From 350628bac8e425b9ac318b8745671ff0fb36044e Mon Sep 17 00:00:00 2001 From: Michael Clemens // DK1MI Date: Wed, 13 Sep 2023 10:51:20 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c27a1c7..769eefd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ This WT32/ESP32 based project, combined with a directional coupler setup, allows To achieve this, it reads two voltages which are supplied by the drectional couplers. From these, the respective power is calculated with the help of a table to be created by the user. +# Changes + +## v1.0.2 + + * added rudimentary PEP implementation for testing + * can be enabled/disabled via config page + * added temperature reading + * requires DS18B20 sensor on pin IO14 + * display of temperature can be enabled/disabled via config page + * display in Celsius or Fahrenheit can be toggled via config page + # Warning / Disclaimer This software contains no security mechanisms at all. There is no input/output sanitization/validation in place. Furthermore there is no authentication or authorization mechanism implemented. Any person/system inside the network is able to access the application, read and modify configuration items, gather information about monitored devices.