Re: [PATCH 2/5] quectel: Set URC port to uart1 on EC21

2020-08-07 Thread Denis Kenzior
Hi Lars, On 8/4/20 7:38 AM, poesc...@lemonage.de wrote: From: Lars Poeschel Set the URC port of the Quectel EC21 to uart1 when it is used through it's serial port. This setting is saved to non-volatile storage by the modem automatically. --- plugins/quectel.c | 6 -- 1 file changed, 4

[PATCH 2/5] quectel: Set URC port to uart1 on EC21

2020-08-04 Thread poeschel
From: Lars Poeschel Set the URC port of the Quectel EC21 to uart1 when it is used through it's serial port. This setting is saved to non-volatile storage by the modem automatically. --- plugins/quectel.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/quectel.c