Skip to content

Commit 688261f

Browse files
author
Yveaux
committed
Reverted default analog input for random seed generator
1 parent cb771ab commit 688261f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MyConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#define MY_ATSHA204_PIN 17 // A3 - pin where ATSHA204 is attached
102102

103103
// MySigningAtsha204Soft default settings
104-
#define MY_RANDOMSEED_PIN A0 // A0 - Pin used for random generation (do not connect anything to this)
104+
#define MY_RANDOMSEED_PIN 7 // A7 - Pin used for random generation (do not connect anything to this)
105105

106106
// Key to use for HMAC calculation in MySigningAtsha204Soft (32 bytes)
107107
#define MY_HMAC_KEY 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00

0 commit comments

Comments
 (0)