Compare commits

..

2 Commits

Author SHA1 Message Date
fd9a4fd6b3 do not delay bootloader 2019-08-23 14:31:03 +08:00
d5c30eca7c add delay to cap button improve reliability 2019-08-23 14:28:25 +08:00

View File

@ -486,7 +486,7 @@ static int ctap_make_auth_data(struct rpId * rp, CborEncoder * map, uint8_t * au
device_set_status(CTAPHID_STATUS_PROCESSING);
authData->head.flags = (1 << 0); // User presence
authData->head.flags = (but << 0);
authData->head.flags |= (ctap_is_pin_set() << 2);