modem: quectel-bg9x: remove unwanted space after comma in AT cmd
Remove unwanted space in AT+QICSGP command just after comma and before password. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
3530fc088b
commit
14ca35b859
1 changed files with 2 additions and 1 deletions
|
@ -924,7 +924,8 @@ static const struct setup_cmd setup_cmds[] = {
|
|||
SETUP_CMD("AT+CIMI", "", on_cmd_atcmdinfo_imsi, 0U, ""),
|
||||
SETUP_CMD("AT+QCCID", "", on_cmd_atcmdinfo_iccid, 0U, ""),
|
||||
#endif /* #if defined(CONFIG_MODEM_SIM_NUMBERS) */
|
||||
SETUP_CMD_NOHANDLE("AT+QICSGP=1,1,\"" MDM_APN "\",\"" MDM_USERNAME "\", \"" MDM_PASSWORD "\",1"),
|
||||
SETUP_CMD_NOHANDLE("AT+QICSGP=1,1,\"" MDM_APN "\",\""
|
||||
MDM_USERNAME "\",\"" MDM_PASSWORD "\",1"),
|
||||
};
|
||||
|
||||
/* Func: modem_pdp_context_active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue