We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770e481 commit 9c70519Copy full SHA for 9c70519
src/bpid/csn.h
@@ -24,14 +24,14 @@
24
defined(ARDUINO_OPTA) || \
25
defined(ARDUINO_GIGA)
26
#include <Arduino_SecureElement.h>
27
- #define CRYPTO_SN_SIZE 9
+ #define CRYPTO_SN_SIZE 0
28
#elif defined(ARDUINO_PORTENTA_C33) || \
29
defined(ARDUINO_NICLA_VISION)
30
31
- #define CRYPTO_SN_SIZE SE05X_SN_LENGTH
32
#elif defined(ARDUINO_UNOR4_WIFI)
33
34
- #define CRYPTO_SN_SIZE 6
35
#else
36
#define CRYPTO_SN_SIZE 0
37
#endif
0 commit comments