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;