Skip to content

Commit 1758a7b

Browse files
committed
[BLE] Add get_plat_info to no bundle commands
1 parent db13667 commit 1758a7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/MPDeviceBleImpl.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ MPDeviceBleImpl::MPDeviceBleImpl(MessageProtocolBLE* mesProt, MPDevice *dev):
2323
MPCmd::CANCEL_USER_REQUEST,
2424
MPCmd::INFORM_LOCKED,
2525
MPCmd::INFORM_UNLOCKED,
26-
MPCmd::SET_DATE};
26+
MPCmd::SET_DATE,
27+
MPCmd::GET_PLAT_INFO
28+
};
2729
}
2830

2931
bool MPDeviceBleImpl::isFirstPacket(const QByteArray &data)

0 commit comments

Comments
 (0)