Skip to content

Releases: ThingPulse/esp8266-weather-station

v2.3.0

Choose a tag to compare

@marcelstoer marcelstoer released this 19 Sep 07:37

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

2.2.0 ESP32 support

Choose a tag to compare

@marcelstoer marcelstoer released this 26 May 12:47

2.1.0 OWM One Call API and clean-up

Choose a tag to compare

@marcelstoer marcelstoer released this 18 Nov 20:36

2.0.1 Change logic of reading HTTP response stream

Choose a tag to compare

@marcelstoer marcelstoer released this 22 Mar 11:43
237442a

Fix for #178

Details: v2.0.0...v2.0.1

2.0 Remove WU code and minor fixes

Choose a tag to compare

@marcelstoer marcelstoer released this 12 Jan 20:42

Details: v1.6.6...v2.0.0

Fix memory leak in SunMoonCalc

Choose a tag to compare

@marcelstoer marcelstoer released this 21 Mar 20:59

See #144 for report and test case.

fmod instead of % for floating point modulo

Choose a tag to compare

@marcelstoer marcelstoer released this 26 Dec 10:47

The betas for ESP8266 Arduino-core 2.5 appear to no longer support % for floating point modulo. Reported in #148.

Adjust TCP read loop to new paradigm for non-OWM

Choose a tag to compare

@marcelstoer marcelstoer released this 21 Oct 10:55

This addresses esp8266/Arduino#5257 for all non-OWM artifacts.

Adjust TCP read loop to new paradigm

Choose a tag to compare

@marcelstoer marcelstoer released this 18 Oct 20:41

This addresses esp8266/Arduino#5257 which caused problems for some uses when reading current weather data from OWM.

OWM parser famish fix

Choose a tag to compare

@marcelstoer marcelstoer released this 18 Aug 06:34
Add yield to the parse loop

This is to avoid famishin the WiFi stack.

Fixes #131