From 0169904753afdad3847ccb95281040b7aafdb78e Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:15:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fd4eed..3318753 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,9 @@ See `WeatherSensorCfg.h` for configuration options. | ESP32 | user-defined | generic, used for ESP32 boards if none of the above is defined | | ESP8266 | user-defined | generic, used for ESP8266 boards if none of the above is defined | -* Data from multiple sensors can be received by setting `NUM_SENSORS` to an appropriate value in `WeatherSensorCfg.h`. +* Data from multiple sensors can be received by setting `MAX_SENSORS_DEFAULT` to an appropriate value in `WeatherSensorCfg.h`. - e.g. `#define NUM_SENSORS 1` + e.g. `#define MAX_SENSORS_DEFAULT 1` * The sensors to be handled can be configured by two ways: * Add any unwanted sensor IDs to the exclude list `SENSOR_IDS_EXC`