Skip to content

Commit 0e6ca01

Browse files
committed
Merge pull request #156 from fallberg/master
Demoted #error to #warning in SecureActuator.ino
2 parents cb83bfb + 4aee5bd commit 0e6ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/SecureActuator/SecureActuator.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MySigningAtsha204 signer;
7171
#endif
7272
MySensor gw(radio, hw, signer);
7373
#else
74-
#error SecureActuator cannot possibly be secure without signing enabled
74+
#warning SecureActuator cannot possibly be secure without signing enabled
7575
MySensor gw(radio, hw);
7676
#endif
7777

0 commit comments

Comments
 (0)