Skip to content

Commit

Permalink
Merge pull request #1124 from deXol/developBleAddNoBundleCommand
Browse files Browse the repository at this point in the history
[BLE] Add get_plat_info to no bundle commands
  • Loading branch information
limpkin authored Jan 18, 2023
2 parents ce7ef53 + 1758a7b commit 83e0849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MPDeviceBleImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ MPDeviceBleImpl::MPDeviceBleImpl(MessageProtocolBLE* mesProt, MPDevice *dev):
MPCmd::CANCEL_USER_REQUEST,
MPCmd::INFORM_LOCKED,
MPCmd::INFORM_UNLOCKED,
MPCmd::SET_DATE};
MPCmd::SET_DATE,
MPCmd::GET_PLAT_INFO
};
}

bool MPDeviceBleImpl::isFirstPacket(const QByteArray &data)
Expand Down

0 comments on commit 83e0849

Please sign in to comment.