Skip to content

Commit 83e0849

Browse files
authored
Merge pull request #1124 from deXol/developBleAddNoBundleCommand
[BLE] Add get_plat_info to no bundle commands
2 parents ce7ef53 + 1758a7b commit 83e0849

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)