compiling nfc code

This commit is contained in:
2026-07-29 22:24:36 +02:00
parent 302abd0a2d
commit 744a844f75
3 changed files with 135 additions and 1 deletions
Generated
+11
View File
@@ -125,6 +125,7 @@ dependencies = [
"esp-rtos",
"ili9341",
"log",
"pn532",
"smoltcp",
]
@@ -1217,6 +1218,16 @@ version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
[[package]]
name = "pn532"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce656b2f9335bedbd8806597f6f78e644a955366673cd9280a0fb67a0d7b35a1"
dependencies = [
"embedded-hal 1.0.0",
"nb 1.1.0",
]
[[package]]
name = "portable-atomic"
version = "1.14.0"