Skip to content

Commit 5e9233f

Browse files
petewillmfalkvidd
authored andcommitted
Updated Version Number
Forgot to update the version number in the previous commit. I also commented out the MY_RF24_PA_LEVEL field as people may be using a different radio.
1 parent ad8f664 commit 5e9233f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/RainGauge/RainGauge.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define MY_RADIO_NRF24
4545
//#define MY_RADIO_RFM69
4646

47-
#define MY_RF24_PA_LEVEL RF24_PA_MAX //Options: RF24_PA_MIN, RF24_PA_LOW, RF24_PA_HIGH, RF24_PA_MAX
47+
//#define MY_RF24_PA_LEVEL RF24_PA_MAX //Options: RF24_PA_MIN, RF24_PA_LOW, RF24_PA_HIGH, RF24_PA_MAX
4848

4949
//#define MY_NODE_ID 7 //uncomment this line to assign a static ID
5050

@@ -53,7 +53,7 @@
5353
#include <MySensors.h>
5454

5555
#define SKETCH_NAME "Rain Gauge"
56-
#define SKETCH_VERSION "2.0"
56+
#define SKETCH_VERSION "2.1"
5757

5858
#define DWELL_TIME 40 // this allows for radio to come back to power after a transmission, ideally 0
5959

0 commit comments

Comments
 (0)