diff --git a/src/infuse_iot/rpc_wrappers/lte_at_cmd.py b/src/infuse_iot/rpc_wrappers/lte_at_cmd.py index 090ec42..ce291bc 100644 --- a/src/infuse_iot/rpc_wrappers/lte_at_cmd.py +++ b/src/infuse_iot/rpc_wrappers/lte_at_cmd.py @@ -34,6 +34,7 @@ def handle_response(self, return_code, response): response_bytes = bytes(response.rsp) if len(response_bytes): decoded = bytes(response.rsp).decode("utf-8").strip() + print(f"> {self.args.cmd}") print(decoded) # Notification that command failed if return_code != 0: