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
11 stars 1 forks source link

Change Uplink Payload: Change longSleep from periodic uplink payload to request by CMD_GET_LW_STATUS #28

Closed matthias-bs closed 3 months ago

matthias-bs commented 4 months ago

Old: longSleep (1 bit) is sent periodically in data uplink message, see https://github.com/matthias-bs/BresserWeatherSensorLW/blob/54a13e1b5bf7d521d7d93401aa0501067b64760a/BresserWeatherSensorLW.ino#L755

New: Send as response to CMD_GET_LW_STATUS (new)