Remove ununsed dependency `OneWire`
dmohns opened this issue · 0 comments
dmohns commented
The Firmware code ships with a dependency called OneWire
here: https://github.com/EnAccess/OpenSmartMeter/tree/main/Firmware%20code/smart_energy_meter/Library/OneWire
It doesn't look like this library is getting used in the code. In fact, removing the library still makes the code compile.