Re: [PATCHv2 08/10] quectel: fix initial channel/device configuration

2019-07-05 Thread Denis Kenzior
Hi Martin, On 07/04/2019 06:03 AM, Martin Hundebøll wrote: The three-commands-in-one-go results in error on some quectel devices (e.g. m95). Add semicolons between the commands to fix it. --- plugins/quectel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks.

[PATCHv2 08/10] quectel: fix initial channel/device configuration

2019-07-04 Thread Martin Hundebøll
The three-commands-in-one-go results in error on some quectel devices (e.g. m95). Add semicolons between the commands to fix it. --- plugins/quectel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/quectel.c b/plugins/quectel.c index 3c6b9d9f..7e3c4e4a 100644