Add pico_serial_hash as a source of unique (almost) 32 bytes string.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-10-07 21:11:06 +02:00
parent df94d10f8f
commit 031d76737b
2 changed files with 5 additions and 0 deletions

View File

@@ -235,5 +235,6 @@ typedef struct { uint8_t id[PICO_UNIQUE_BOARD_ID_SIZE_BYTES]; } pico_unique_boar
#endif
extern pico_unique_board_id_t pico_serial;
extern char pico_serial_str[2 * PICO_UNIQUE_BOARD_ID_SIZE_BYTES + 1];
extern uint8_t pico_serial_hash[32];
#endif