From 3d02800e806669c2ce4cffa67fd5afedeb91417f Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:20:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3318753..7bd5bf1 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ See `WeatherSensorCfg.h` for configuration options. e.g. `//#define BRESSER_LEAKAGE` +See [How Sensor Reception works](https://github.com/matthias-bs/BresserWeatherSensorReceiver/wiki/02.-How-Sensor-Reception-Reception-works) for a detailed description. + ## Rain Statistics The weather sensors transmit the accumulated rainfall since the last battery change or reset. This raw value is provided as `rain_mm`. To provide the same functionality as the original weather stations, the class `RainGauge` (see