From c5ccc0ab34d7938a038fceecaa8512595368cf25 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 10 Sep 2023 12:56:56 +0000 Subject: [PATCH] eg25-control: mention atinout as a way to send AT commands --- pkgs/additional/eg25-control/eg25-control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/additional/eg25-control/eg25-control b/pkgs/additional/eg25-control/eg25-control index 8cf09353..977c87b5 100755 --- a/pkgs/additional/eg25-control/eg25-control +++ b/pkgs/additional/eg25-control/eg25-control @@ -232,6 +232,8 @@ class Sequencer: # this returns the mmcli output, which looks like: # response: 'blah' # i.e., quoted, and with a `response: ` prefix + # + # if you don't have mmcli, for some reason, an alternative would be `atinout` return self._mmcli([f"--command=+{cmd}"], check=check) def _at_structured_cmd(self, cmd: str, subcmd: str | None = None, value: str | None = None, check: bool = True) -> str: