format
This commit is contained in:
parent
6b441b515e
commit
8767065fda
2 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ class MessageIO(
|
|||
}
|
||||
|
||||
BleCommandSuccess -> {
|
||||
if (index == packets.size-1)
|
||||
if (index == packets.size - 1)
|
||||
MessageSendSuccess
|
||||
else
|
||||
MessageSendErrorSending("Received SUCCESS before sending all the data. $index")
|
||||
|
|
Loading…
Reference in a new issue