implement MAC auth for felica

This commit is contained in:
2026-08-28 21:56:37 +08:00
parent f523b7d394
commit 494f4b92eb
20 changed files with 562 additions and 233 deletions
-6
View File
@@ -5,12 +5,6 @@ linker = "/home/fromost/.rustup/toolchains/esp/xtensa-esp-elf/esp-15.2.0_2025092
[env]
DEFMT_LOG = "info,lora=trace,eeprom24x=debug,pn532=trace"
DEV_EUI = "000000DD44F30FAE"
APP_KEY = "00000000000000000000000040000000"
APP_EUI = "0000000000000040"
CARD_KEY = "00000000000000000000000000000000"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",