We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b5c92 + f4ef926 commit 959ee1aCopy full SHA for 959ee1a
libraries/MySensors/MyTransportRFM69.cpp
@@ -33,7 +33,7 @@ bool MyTransportRFM69::init() {
33
// Start up the radio library (_address will be set later by the MySensors library)
34
radio.initialize(_freqBand, _address, _networkId);
35
#ifdef RFM69_ENABLE_ENCRYPTION
36
- radio.encrypt(ENCRYPTKEY);
+ radio.encrypt(RFM69_ENCRYPTKEY);
37
#endif
38
return true;
39
}
0 commit comments