add a comment

This commit is contained in:
2025-12-31 00:27:20 -05:00
parent 0e28b0416a
commit 778c1a0dfd

View File

@@ -45,6 +45,7 @@ fn handle_command(header: CommandHeader, command: SimpleCommandA) -> anyhow::Res
info!("Command Received:\n timestamp: {timestamp}\n a: {a}\n b: {b}\n c: {c}"); info!("Command Received:\n timestamp: {timestamp}\n a: {a}\n b: {b}\n c: {c}");
// This gets sent back to the source of the command
Ok(format!( Ok(format!(
"Successfully Received Command! timestamp: {timestamp} a: {a} b: {b} c: {c}" "Successfully Received Command! timestamp: {timestamp} a: {a} b: {b} c: {c}"
)) ))