File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77extends = env:d1_mini
88build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE
99lib_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
4343...
4444lib_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
63612023-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
You can’t perform that action at this time.
0 commit comments