matthias-bs / BresserWeatherSensorLW

Bresser 868 MHz Weather Sensor Radio Receiver based on ESP32/RP2040 and SX1262/SX1276 - sends data to a LoRaWAN Network
MIT License
10 stars 1 forks source link

Fixed exception with empty list of BLE addresses #64

Closed matthias-bs closed 3 months ago

matthias-bs commented 3 months ago

With an empty list, the vector bleSensors.data[] has a size of zero. Attempting to write into it lead to an exception.