We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce7ef53 + 1758a7b commit 83e0849Copy full SHA for 83e0849
1 file changed
src/MPDeviceBleImpl.cpp
@@ -23,7 +23,9 @@ MPDeviceBleImpl::MPDeviceBleImpl(MessageProtocolBLE* mesProt, MPDevice *dev):
23
MPCmd::CANCEL_USER_REQUEST,
24
MPCmd::INFORM_LOCKED,
25
MPCmd::INFORM_UNLOCKED,
26
- MPCmd::SET_DATE};
+ MPCmd::SET_DATE,
27
+ MPCmd::GET_PLAT_INFO
28
+ };
29
}
30
31
bool MPDeviceBleImpl::isFirstPacket(const QByteArray &data)
0 commit comments