Add card detection
This commit is contained in:
+4
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user