From 13513815a34ce65e6f5b497f90168a257a28e9d8 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Fri, 3 Jan 2020 12:17:54 +0300 Subject: [PATCH] 9q fix#21 STN CRA --- pyren/mod_elm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyren/mod_elm.py b/pyren/mod_elm.py index 44ad4b8..504fa55 100755 --- a/pyren/mod_elm.py +++ b/pyren/mod_elm.py @@ -1878,7 +1878,10 @@ class ELM: RXa = snat[addr] else: RXa = 'undefined' - + + if mod_globals.opt_stn: # fix for STN + self.check_answer(self.cmd("at sp 6")) + self.check_answer (self.cmd ("at sh " + TXa)) self.check_answer (self.cmd ("at cra " + RXa)) self.check_answer (self.cmd ("at fc sh " + TXa))