From c44ce1dcb3ae5dc825306d4a0a3deea0d2cb802f Mon Sep 17 00:00:00 2001 From: Sofia Date: Sat, 30 May 2026 17:11:46 +0300 Subject: [PATCH] Improve command response reading --- src/at_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/at_commands.rs b/src/at_commands.rs index e589065..c068fa1 100644 --- a/src/at_commands.rs +++ b/src/at_commands.rs @@ -88,7 +88,7 @@ impl<'a, 'd> ATCommands<'a, 'd> { } self.uart.flush().unwrap(); - self.read_response(format!("> {}", text)) + self.read_response(command) } pub fn readline(&mut self) -> Option {