mysensors / NodeManager

Plugin for a rapid development of battery-powered sensors
130 stars 82 forks source link

Fix MCP9808 + new features #484

Closed pilotak closed 5 years ago

pilotak commented 5 years ago

There was no begin() and wake() in code so it didn't work. I also added new features to extend the functionality

pilotak commented 5 years ago

it's failing due to SensorAM2320 so not related to this PR

user2684 commented 5 years ago

Thanks for the fix! Yes, there is an issue with the library SensorAM2320 is depending from (see #482) so the workaround is to comment it out for now. Let me first merge #482 first so I can ask you to copy in the same file and have a clean compilation. Thanks!

user2684 commented 5 years ago

Merged, no need to change any file. Thanks again!