From 3c5b6c3c193eb18f91462c92efb01fd58d25df15 Mon Sep 17 00:00:00 2001 From: matthias-bs <83612361+matthias-bs@users.noreply.github.com> Date: Wed, 8 May 2024 09:43:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matthias?= =?UTF-8?q?-bs/BresserWeatherSensorReceiver@2523730fc7e5ca81ac9f2fce31c78b?= =?UTF-8?q?294ff4eb24=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _weather_sensor_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_weather_sensor_8h_source.html b/_weather_sensor_8h_source.html index a9abd862..6beffcf1 100644 --- a/_weather_sensor_8h_source.html +++ b/_weather_sensor_8h_source.html @@ -367,7 +367,7 @@
341 
350  void clearSlots(uint8_t type = 0xFF)
351  {
-
352  for (int i=0; i<sensor.size(); i++) {
+
352  for (size_t i=0; i<sensor.size(); i++) {
353  if ((type == 0xFF) || (sensor[i].s_type == type)) {
354  sensor[i].valid = false;
355  sensor[i].complete = false;