mirror of
https://github.com/espruino/Espruino.git
synced 2026-01-25 14:47:38 +00:00
In 141752ce HAL_NFC_PARAM_ID_UID was introduced for setting custom NFC UID. In SDK 14 Nordic introduced the very same function officially. For future compatibility Nordic's HAL_NFC_PARAM_ID_NFCID1 API is backported and HAL_NFC_PARAM_ID_UID is renamed. HAL_NFC_PARAM_ID_NFCID1 takes either a 7 byte UID or a 0x07 to set the default UID. Support 4 byte and 10 byte UID is not backported.