Hi, @4IceG
Operator's info disappeared in version 1.0.67-20240421.
In my MR, I have changed the AT+COPS command response parsing according to how the modem responds. This change is suitable for all modems.
But in version 1.0.67-20240421, I see that you have canceled this change. Therefore, the operator's name disappeared.
Here is FM350-GL response:
AT+COPS=3,0;+COPS?;+COPS=3,2;+COPS?
+COPS:0,0,"MTS RUS",7
+COPS:0,2,"25001",7
OK
As you can see, there is no space between +COPS: and 0. Therefore, I changed the regex and added \s?
Hi, @4IceG Operator's info disappeared in version 1.0.67-20240421.
In my MR, I have changed the
AT+COPS
command response parsing according to how the modem responds. This change is suitable for all modems. But in version 1.0.67-20240421, I see that you have canceled this change. Therefore, the operator's name disappeared.Here is FM350-GL response:
As you can see, there is no space between
+COPS:
and0
. Therefore, I changed the regex and added\s?