mirror of
https://github.com/wled/WLED.git
synced 2025-04-25 15:27:19 +00:00
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
This commit is contained in:
parent
dbe78dff93
commit
750a429bd4
@ -7,6 +7,4 @@
|
|||||||
extends = env:d1_mini
|
extends = env:d1_mini
|
||||||
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE
|
build_flags = ${common.build_flags_esp8266} -D USERMOD_DALLASTEMPERATURE
|
||||||
lib_deps = ${env.lib_deps}
|
lib_deps = ${env.lib_deps}
|
||||||
paulstoffregen/OneWire@~2.3.7
|
paulstoffregen/OneWire@~2.3.8
|
||||||
# you may want to use following with ESP32
|
|
||||||
; https://github.com/blazoncek/OneWire.git # fixes Sensor error on ESP32
|
|
@ -43,10 +43,8 @@ default_envs = d1_mini
|
|||||||
...
|
...
|
||||||
lib_deps =
|
lib_deps =
|
||||||
...
|
...
|
||||||
#For Dallas sensor uncomment following line
|
#For Dallas sensor uncomment following
|
||||||
OneWire@~2.3.7
|
paulstoffregen/OneWire @ ~2.3.8
|
||||||
# ... or you may want to use following with ESP32
|
|
||||||
; https://github.com/blazoncek/OneWire.git # fixes Sensor error on ESP32...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Change Log
|
## Change Log
|
||||||
@ -63,3 +61,7 @@ lib_deps =
|
|||||||
2023-05
|
2023-05
|
||||||
* Rewrite to conform to newer recommendations.
|
* Rewrite to conform to newer recommendations.
|
||||||
* Recommended @blazoncek fork of OneWire for ESP32 to avoid Sensor error
|
* Recommended @blazoncek fork of OneWire for ESP32 to avoid Sensor error
|
||||||
|
|
||||||
|
2024-09
|
||||||
|
* Update OneWire to version 2.3.8, which includes stickbreaker's and garyd9's ESP32 fixes:
|
||||||
|
blazoncek's fork is no longer needed
|
Loading…
x
Reference in New Issue
Block a user