Commit f45293d 1 parent 03dcaa0 commit f45293d Copy full SHA for f45293d
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
extends = env:d1_mini
8
8
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE
9
9
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
Original file line number Diff line number Diff line change @@ -43,10 +43,8 @@ default_envs = d1_mini
43
43
...
44
44
lib_deps =
45
45
...
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
50
48
```
51
49
52
50
## Change Log
@@ -62,4 +60,8 @@ lib_deps =
62
60
63
61
2023-05
64
62
* 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
You can’t perform that action at this time.
0 commit comments