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.
1 parent 770e481 commit 8695bf2Copy full SHA for 8695bf2
src/bpid/csn.h
@@ -28,10 +28,10 @@
28
#elif defined(ARDUINO_PORTENTA_C33) || \
29
defined(ARDUINO_NICLA_VISION)
30
#include <Arduino_SecureElement.h>
31
- #define CRYPTO_SN_SIZE SE05X_SN_LENGTH
+ #define CRYPTO_SN_SIZE 0
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