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 cb83bfb + 4aee5bd commit 0e6ca01Copy full SHA for 0e6ca01
libraries/MySensors/examples/SecureActuator/SecureActuator.ino
@@ -71,7 +71,7 @@ MySigningAtsha204 signer;
71
#endif
72
MySensor gw(radio, hw, signer);
73
#else
74
-#error SecureActuator cannot possibly be secure without signing enabled
+#warning SecureActuator cannot possibly be secure without signing enabled
75
MySensor gw(radio, hw);
76
77
0 commit comments