Skip to content

Commit

Permalink
listenModeSleep fixes, 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LowPowerLab committed Sep 29, 2020
1 parent e9f527e commit 8814040
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Examples/ListenModeSleep/ListenModeSleep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ void loop() {
}

void listenModeSleep(uint16_t millisInterval) {
radio.listenModeSleep(millisInterval);
LowPower.powerDown( SLEEP_FOREVER, ADC_OFF, BOD_OFF );
LowPower.powerDown( SLEEP_FOREVER, ADC_OFF, BOD_OFF );
LowPower.powerDown( SLEEP_FOREVER, ADC_OFF, BOD_OFF );
Expand Down
2 changes: 2 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ waitForAck KEYWORD2
PrintHex83 KEYWORD2
resetUsingWatchdog KEYWORD2

listenModeSleep KEYWORD2
endListenModeSleep KEYWORD2
listenModeStart KEYWORD2
listenModeEnd KEYWORD2
listenModeHighSpeed KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RFM69",
"version": "1.4.1",
"version": "1.4.2",
"keywords": "rf, radio, wireless, spi",
"description": "RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RFM69_LowPowerLab
version=1.4.1
version=1.4.2
author=LowPowerLab <lowpowerlab.com>
maintainer=Felix Rusu <[email protected]>
sentence=Simple Arduino library for RFM69/SX1231h based radio module transceivers
Expand Down

0 comments on commit 8814040

Please sign in to comment.