Skip to content

Commit

Permalink
Update emonth2.ino
Browse files Browse the repository at this point in the history
fix set address on LPL
  • Loading branch information
TrystanLea authored Aug 21, 2023
1 parent c2e882d commit 8c13786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/emonth2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ void loop()
#endif
dodelay(30); // wait for module to wakup
#if RadioFormat == RFM69_LOW_POWER_LABS
radio.setAddress(nodeID);
radio.send(5, (const void*)(&emonth), sizeof(emonth));
radio.sleep();
#else
Expand Down

0 comments on commit 8c13786

Please sign in to comment.