Skip to content

Commit 2f330c1

Browse files
Update examples/CAN/OpenCyphal-Service-Client-With-Metadata/OpenCyphal-Service-Client-With-Metadata.ino
Co-authored-by: Pavel Kirienko <[email protected]>
1 parent 43b8354 commit 2f330c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CAN/OpenCyphal-Service-Client-With-Metadata/OpenCyphal-Service-Client-With-Metadata.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ void onExecuteCommand_1_1_Response_Received(ExecuteCommand::Response_1_1 const &
123123
if (rsp.status == ExecuteCommand::Response_1_1::STATUS_SUCCESS)
124124
Serial.printf("Coffee successfully retrieved from node %i", metadata.remote_node_id);
125125
else
126-
Serial.println("Error when retrieving coffee");
126+
Serial.println("I should've suspected trouble when the coffee failed to arrive.");
127127
}

0 commit comments

Comments
 (0)