Skip to content

Commit 8c13786

Browse files
authored
Update emonth2.ino
fix set address on LPL
1 parent c2e882d commit 8c13786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firmware/emonth2.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ void loop()
472472
#endif
473473
dodelay(30); // wait for module to wakup
474474
#if RadioFormat == RFM69_LOW_POWER_LABS
475+
radio.setAddress(nodeID);
475476
radio.send(5, (const void*)(&emonth), sizeof(emonth));
476477
radio.sleep();
477478
#else

0 commit comments

Comments
 (0)