Skip to content

Commit 81382a4

Browse files
authored
Merge pull request wled#4131 from iammattcoleman/update-temperature-dependency
Temperature usermod: update OneWire to 2.3.8
2 parents 5bc5ef0 + 750a429 commit 81382a4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

usermods/Temperature/platformio_override.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
extends = env:d1_mini
88
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE
99
lib_deps = ${env.lib_deps}
10-
paulstoffregen/OneWire@~2.3.7
11-
# you may want to use following with ESP32
12-
; https://github.com/blazoncek/OneWire.git # fixes Sensor error on ESP32
10+
paulstoffregen/OneWire@~2.3.8

usermods/Temperature/readme.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ default_envs = d1_mini
4343
...
4444
lib_deps =
4545
...
46-
#For Dallas sensor uncomment following line
47-
OneWire@~2.3.7
48-
# ... or you may want to use following with ESP32
49-
; https://github.com/blazoncek/OneWire.git # fixes Sensor error on ESP32...
46+
#For Dallas sensor uncomment following
47+
paulstoffregen/OneWire @ ~2.3.8
5048
```
5149

5250
## Change Log
@@ -56,8 +54,14 @@ lib_deps =
5654
* Do not report erroneous low temperatures to MQTT
5755
* Disable plugin if temperature sensor not detected
5856
* Report the number of seconds until the first read in the info screen instead of sensor error
57+
5958
2021-04
6059
* Adaptation for runtime configuration.
60+
6161
2023-05
6262
* Rewrite to conform to newer recommendations.
63-
* Recommended @blazoncek fork of OneWire for ESP32 to avoid Sensor error
63+
* Recommended @blazoncek fork of OneWire for ESP32 to avoid Sensor error
64+
65+
2024-09
66+
* Update OneWire to version 2.3.8, which includes stickbreaker's and garyd9's ESP32 fixes:
67+
blazoncek's fork is no longer needed

0 commit comments

Comments
 (0)