Releases: Zwer2k/WeatherStationDataRx
Releases · Zwer2k/WeatherStationDataRx
v0.5.0: packet confirmation by duplicates of packets
v0.4.2: improve demo output
improve demo output
set IGNORE_REPEATED_MESSAGES_TIME to 3sec
v0.4.1: Error during pairing fixed
Thanks @Cicicok
v0.4.0: Better data handling and stability improvement
Identical messages within a few seconds can be combined.
Function readData() has new result format, from which it can be recognized which measurement result has been updated.
This was necessary for the summary of the messages and if the results could not be retrieved fast enough (e.g. if the ESP is in light sleep).
Crashes in connection with interrupts should not occur anymore.
v0.3.3: end() implemented, .ino file added
.ino file added
v0.3.2: Preparation for Arduino IDE integration
update version number
v0.3.1: Fix of temperature & humidity
Merge pull request #5 from BlackSmith/fix Fix of temperature & humidity
v0.3.0: Added sensorID
Version info updated
v0.2.1
v0.2.0: Merge pull request #3 from BlackSmith/batteryStatus
Added a batteryStatus method