Made a service to enable auto-starting.
This commit is contained in:
4
APDU.hpp
4
APDU.hpp
@@ -12,7 +12,7 @@ enum APDU_STATUS : uint16_t
|
||||
SW_NO_ERROR = 0x9000,
|
||||
SW_WRONG_LENGTH = 0x6700,
|
||||
SW_CONDITIONS_NOT_SATISFIED = 0x6985,
|
||||
SW_COMMAND_NOT_ALLOWED = 0x6986,
|
||||
SW_WRONG_DATA = 0x6A80,
|
||||
SW_INS_NOT_SUPPORTED = 0x6D00
|
||||
SW_INS_NOT_SUPPORTED = 0x6D00,
|
||||
SW_COMMAND_NOT_ALLOWED = 0x6E00,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user