cpetrich / counterfeit_DS18B20

How to tell original from fake DS18B20 temperature sensors.
Apache License 2.0
597 stars 50 forks source link

unused var #37

Open Franck78 opened 4 months ago

Franck78 commented 4 months ago

https://github.com/cpetrich/counterfeit_DS18B20/blob/b6f80b3ce0baca8105715ed2b02339f00a5c8adf/classify_fake_DS18B20.ino#L312

please fix this line, remove it or use r93 at line 320. https://github.com/cpetrich/counterfeit_DS18B20/blob/b6f80b3ce0baca8105715ed2b02339f00a5c8adf/classify_fake_DS18B20.ino#L320

But don't let compiler warnings (actually errors under arduino IDE)

Thank you

cpetrich commented 3 months ago

thank you. Should be fixed now as per 1478e68.