From 3a31c81be0179a620654f4439f41db88b7ec62d8 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:42:17 +0200 Subject: [PATCH] Update BresserWeatherSensorLW.ino --- BresserWeatherSensorLW.ino | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BresserWeatherSensorLW.ino b/BresserWeatherSensorLW.ino index b47dc97..c10e752 100644 --- a/BresserWeatherSensorLW.ino +++ b/BresserWeatherSensorLW.ino @@ -105,10 +105,6 @@ // - After a successful transmission, the controller can go into deep sleep // - If joining the network or transmitting uplink data fails, // the controller will go into deep sleep -// - Weather sensor data is only received at startup; this avoids -// reconfiguration of the RFM95W module and its SW drivers - -// i.e. to work as a weather data relay to TTN, enabling sleep mode -// is basically the only useful option // - For LoRaWAN Specification 1.1.0, a small set of data (the "nonces") have to be stored persistently - // this implementation uses Flash (via Preferences library // - Storing LoRaWAN network session information speeds up the connection (join) after a restart -