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

[CMD_SET_BLE_ADDR] BLE address set via command is not applied correctly #70

Closed matthias-bs closed 3 months ago

matthias-bs commented 3 months ago

Cause: getBleAddr() converts the LoRaWAN message payload (bytes) to a string of hex digits with uppercase letters, but `bleSensors requires lowercase letters!