Skip to content

Commit d8bbd15

Browse files
committed
TEMP skip crypto sn check
1 parent 770e481 commit d8bbd15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bpid/csn.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
defined(ARDUINO_OPTA) || \
2525
defined(ARDUINO_GIGA)
2626
#include <Arduino_SecureElement.h>
27-
#define CRYPTO_SN_SIZE 9
27+
#define CRYPTO_SN_SIZE 0
2828
#elif defined(ARDUINO_PORTENTA_C33) || \
2929
defined(ARDUINO_NICLA_VISION)
3030
#include <Arduino_SecureElement.h>
31-
#define CRYPTO_SN_SIZE SE05X_SN_LENGTH
31+
#define CRYPTO_SN_SIZE 0
3232
#elif defined(ARDUINO_UNOR4_WIFI)
3333
#include <Arduino_SecureElement.h>
34-
#define CRYPTO_SN_SIZE 6
34+
#define CRYPTO_SN_SIZE 0
3535
#else
3636
#define CRYPTO_SN_SIZE 0
3737
#endif

0 commit comments

Comments
 (0)