fix:修复PN532未能正确上电初始化

This commit is contained in:
2026-05-18 04:34:57 +08:00
parent 66ff0341ee
commit 4831ee6ecc
6 changed files with 32 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>