Skip to content

Commit a6ace11

Browse files
committed
.debug
1 parent bfd45b9 commit a6ace11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ class RPCClient {
4747
//Try to deserialize for a RpcError
4848
if (!unpacker.deserialize(resp_size, r_msg_type, r_msg_id, rpc_error, nil)){
4949
Serial.println("Unable to deserialize");
50+
Serial.print("buf len ");
5051
Serial.print(raw_buffer_fill);
52+
Serial.print(": ");
5153
for (size_t i = 0; i<raw_buffer_fill; i++){
5254
Serial.print(raw_buffer[i], HEX);
5355
Serial.print("-");

0 commit comments

Comments
 (0)