Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[modem]: Refine data -> command transition #702

Merged

Conversation

david-cermak
Copy link
Collaborator

  • Swaps netif.stop() with setting a callback (to avoid missing the closure)
  • Adds an escape sequence after PPP exits
  • Fixup retry command mode to add a newline delimiter before issuing a textual command

* netif.stop() moved after setting the transition callback
* send PPP escape sequence if enabled before waiting for transition to
complete
* add newline character before sync() command (after the "+++")

Closes espressif#692
To avoid issues with IDF_PATH/export with the latest tools
@david-cermak david-cermak force-pushed the fix/modem_data_cmd_mode_refine branch from cc1ac2f to dbc3ea6 Compare December 4, 2024 13:45
@david-cermak david-cermak merged commit 32387f7 into espressif:master Dec 4, 2024
88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants