Hi - love your library - and its a dependency of our Frugal IoT library (frugaliot.naturalinnovation.org)
BUT .... Its dependent on Paul Stoffregen's OneWire library, and that library has a compiler warning that makes our library (or anything else that depends on "DallasTemperature") not compile cleanly.
Looking at the repo it appears to have been open for years and OneWire doesnt seem to be maintained
PaulStoffregen/OneWire#135
PaulStoffregen/OneWire#151
Have you considered using a different OneWire library ?
I've tested and changing in library.json
- "paulstoffregen/OneWire": "^2.3.5"
- "pstolarz/OneWireNg": ">=0.10.0"
would fix this as OneWireNg is compatible with OneWire (it still resolves <OneWire.h>)
I could switch frugaliot to Piotr Stolarz's fork of DallasTemperature but that is not as up to date as this main repo?
Hi - love your library - and its a dependency of our Frugal IoT library (frugaliot.naturalinnovation.org)
BUT .... Its dependent on Paul Stoffregen's OneWire library, and that library has a compiler warning that makes our library (or anything else that depends on "DallasTemperature") not compile cleanly.
Looking at the repo it appears to have been open for years and OneWire doesnt seem to be maintained
PaulStoffregen/OneWire#135
PaulStoffregen/OneWire#151
Have you considered using a different OneWire library ?
I've tested and changing in library.json
would fix this as OneWireNg is compatible with OneWire (it still resolves
<OneWire.h>)I could switch frugaliot to Piotr Stolarz's fork of DallasTemperature but that is not as up to date as this main repo?