Skip to content

Commit 959ee1a

Browse files
committed
Merge pull request #185 from nicbrink/patch-1
Update MyTransportRFM69.cpp
2 parents 22b5c92 + f4ef926 commit 959ee1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MyTransportRFM69.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bool MyTransportRFM69::init() {
3333
// Start up the radio library (_address will be set later by the MySensors library)
3434
radio.initialize(_freqBand, _address, _networkId);
3535
#ifdef RFM69_ENABLE_ENCRYPTION
36-
radio.encrypt(ENCRYPTKEY);
36+
radio.encrypt(RFM69_ENCRYPTKEY);
3737
#endif
3838
return true;
3939
}

0 commit comments

Comments
 (0)