mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
chore: 让 easyconnect 专属的参数不给进去
This commit is contained in:
@@ -16,6 +16,11 @@ void DeviceTrust::set(
|
||||
bool trusted
|
||||
)
|
||||
{
|
||||
if (protocol != "atrust")
|
||||
{
|
||||
throw std::runtime_error("授信设备功能仅支持 aTrust");
|
||||
}
|
||||
|
||||
QStringList arguments;
|
||||
if (!protocol.isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user