Skip to content

Releases: GiorgioAresu/FanController

v1.0.6

25 Jan 15:38
Compare
Choose a tag to compare

Bugfixing:

#9: compiler warning due to inappropriate placement of return statement
#10: ISR not in IRAM problem on ESP8266
#11: FanController constructor truncates "sensorThreshold" to 8 bits.

v1.0.6-rc1

11 Dec 21:12
Compare
Choose a tag to compare
v1.0.6-rc1 Pre-release
Pre-release

Should fix:

  • #9: compiler warning due to inappropriate placement of return statement
  • #10: ISR not in IRAM problem on ESP8266
  • #11: FanController constructor truncates "sensorThreshold" to 8 bits.

v1.0.5

13 Jul 10:33
Compare
Choose a tag to compare

25kHz on ESP32

ESP32 compatibility

08 Jul 22:22
Compare
Choose a tag to compare

Add compatibility with ESP32 modules

v1.0.3

31 Jan 18:49
Compare
Choose a tag to compare
  • Update examples
  • Fix metadata

Thanks to @MatrixMike and @per1234 for the contributions

v1.0.1

19 Nov 17:16
Compare
Choose a tag to compare

Fix examples

v1.0.0

19 Nov 17:07
Compare
Choose a tag to compare

First stable release

  • Added ability to control fan speed

v0.1.4

15 Nov 08:50
Compare
Choose a tag to compare
Fix version number

v0.1.3

14 Nov 23:51
Compare
Choose a tag to compare
Fix string in Simple example