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.
1 parent 22b5c92 commit f4ef926Copy full SHA for f4ef926
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