diff options
Diffstat (limited to 'plugins/longcheer')
-rw-r--r-- | plugins/longcheer/mm-plugin-longcheer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/longcheer/mm-plugin-longcheer.c b/plugins/longcheer/mm-plugin-longcheer.c index 4b94a590..08a9eb46 100644 --- a/plugins/longcheer/mm-plugin-longcheer.c +++ b/plugins/longcheer/mm-plugin-longcheer.c @@ -130,6 +130,7 @@ longcheer_custom_init_step (LongcheerCustomInitContext *ctx) ctx->port, "AT+GMR", 3, + FALSE, /* raw */ ctx->cancellable, (MMAtSerialResponseFn)gmr_ready, ctx); |