mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
manager: don't change modem state after reset
This makes sure the resume commands (disable URC cache and enable GPS) are executed.
This commit is contained in:
@@ -126,7 +126,6 @@ void modem_reset(struct EG25Manager *manager)
|
||||
write(fd, manager->modem_usb_id, strlen(manager->modem_usb_id));
|
||||
close(fd);
|
||||
|
||||
manager->modem_state = EG25_STATE_CONFIGURED;
|
||||
return;
|
||||
|
||||
error:
|
||||
|
Reference in New Issue
Block a user