almusil / rfm69

A generic rust driver to support RFM69 family wireless chips.
Apache License 2.0
9 stars 9 forks source link

Add network ID into LowPowerLab function #5

Closed almusil closed 4 years ago

almusil commented 4 years ago

LowPowerLab sets the network ID as part of the sync registers [0]. Add this as parameter for default function.

[0] https://github.com/LowPowerLab/RFM69/blob/master/RFM69.cpp#L96