1
0
mirror of synced 2024-11-23 23:50:56 +01:00

Update cmd.h

This commit is contained in:
Sucareto 2022-04-08 14:13:50 +08:00 committed by GitHub
parent b914ff5fcc
commit 799bf58d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
cmd.h
View File

@ -9,7 +9,7 @@ CRGB leds[NUM_LEDS];
PN532_I2C pn532i2c(Wire); PN532_I2C pn532i2c(Wire);
PN532 nfc(pn532i2c); PN532 nfc(pn532i2c);
uint8_t AimeKey[6], BanaKey[6];; uint8_t AimeKey[6], BanaKey[6];
enum { enum {
SG_NFC_CMD_GET_FW_VERSION = 0x30, SG_NFC_CMD_GET_FW_VERSION = 0x30,