bphermansson / EspSparsnasGateway

Reads data from Ikea Sparsnäs energy meter and publish via Mqtt.
MIT License
39 stars 27 forks source link

Use the RFM69 libs directly #37

Closed dogmatic69 closed 4 years ago

dogmatic69 commented 5 years ago

Currently there is a "copy" of that lib in here meaning we need to maintain it. We should replace all the RMF69 code with what is provided with the lib.

That will also make this work on more boards out the box.

bphermansson commented 4 years ago

I tried to get this working but failed. Seems you have to adjust settings in the lib itself for it to work in this application, and then the meaning with using the lib is almost gone. There shall be a possibility to change the library files at compile time with PlatformIO, but I don't think i'ts worth it.