We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d7a22 commit 27d50c2Copy full SHA for 27d50c2
src/bpid/csn.h
@@ -24,7 +24,7 @@ namespace arduino { namespace csn {
24
defined(ARDUINO_PORTENTA_H7_M7) || \
25
defined(ARDUINO_OPTA) || \
26
defined(ARDUINO_GIGA)
27
- constexpr int CRYPTO_SN_SIZE = 12;
+ constexpr int CRYPTO_SN_SIZE = 9;
28
#elif defined(ARDUINO_PORTENTA_C33) || \
29
defined(ARDUINO_NICLA_VISION)
30
constexpr int CRYPTO_SN_SIZE = SE05X_SN_LENGTH;
0 commit comments