mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-30 15:52:11 +02:00
src: fix typo
This commit is contained in:
4
src/at.c
4
src/at.c
@@ -282,7 +282,7 @@ static gboolean modem_response(gint fd,
|
||||
else if (strstr(response, "ERROR") && !strstr(response, "fast/poweroff"))
|
||||
retry_at_command(manager);
|
||||
/*
|
||||
* Successfull AT responses contain 'OK', except for AT+QFUPL which also
|
||||
* Successful AT responses contain 'OK', except for AT+QFUPL which also
|
||||
* returns 'CONNECT' when the modem is ready to receive data over serial
|
||||
*/
|
||||
else if (strstr(response, "OK") || strstr(response, "CONNECT")) {
|
||||
@@ -391,7 +391,7 @@ void at_destroy(struct EG25Manager *manager)
|
||||
void at_sequence_configure(struct EG25Manager *manager)
|
||||
{
|
||||
/*
|
||||
* When configuring a new modem we should avoid processing an old
|
||||
* When configuring a new modem we should avoid processing an old
|
||||
* command queue, so let's first clear the whole list
|
||||
*/
|
||||
if (manager->at_cmds)
|
||||
|
Reference in New Issue
Block a user