Skip to content

Commit f45293d

Browse files
Temperature usermod: update OneWire to 2.3.8
OneWire 2.3.8 includes stickbreaker's and garyd9's ESP32 fixes: blazoncek's fork is no longer needed
1 parent 03dcaa0 commit f45293d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

usermods/Temperature/platformio_override.ini

+1-3
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

+7-5
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
@@ -62,4 +60,8 @@ lib_deps =
6260

6361
2023-05
6462
* Rewrite to conform to newer recommendations.
65-
* 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)