Skip to content

Commit

Permalink
Merge pull request #81 from canokeys/feature/webusb_keepalive
Browse files Browse the repository at this point in the history
implement the keepalive in webusb
  • Loading branch information
z4yx authored Apr 11, 2024
2 parents 5356775 + cfc2900 commit ffeddfd
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 78 deletions.
2 changes: 2 additions & 0 deletions include/apdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ typedef struct {
#define SW_NO_ERROR 0x9000
#define SW_TERMINATED 0x6285
#define SW_PIN_RETRIES 0x63C0
#define SW_ERR_NOT_PERSIST 0x6400
#define SW_ERR_PERSIST 0x6500
#define SW_WRONG_LENGTH 0x6700
#define SW_UNABLE_TO_PROCESS 0x6900
#define SW_SECURITY_STATUS_NOT_SATISFIED 0x6982
Expand Down
Loading

0 comments on commit ffeddfd

Please sign in to comment.