Add card detection

This commit is contained in:
2026-08-26 00:08:47 +08:00
parent 5c95cc40f7
commit 261b04fec3
69 changed files with 2178 additions and 5928 deletions
+4 -1
View File
@@ -3,11 +3,14 @@ runner = "espflash flash --monitor -B 921600 --chip esp32s3 --log-format defmt"
linker = "/home/fromost/.rustup/toolchains/esp/xtensa-esp-elf/esp-15.2.0_20250920/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc"
[env]
DEFMT_LOG = "info,lora=debug,eeprom24x=debug"
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",