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]: Fix arguments names when spawn esp_modem_xxx declarations #654

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

embedcat
Copy link
Contributor

Description

This PR fixes arguments names which auto-declared by DECLARE_ALL_COMMAND_APIS() ("include/generate/esp_modem_command_declare.inc"). This time with clean commit history.

For example, it would be:
esp_err_t esp_modem_send_sms(esp_modem_dce_t *dce, const char *number, const char *message);
instead of:
esp_err_t esp_modem_send_sms(esp_modem_dce_t *dce, const char *p1, const char *p2);

Also, it does clear auto completions and tips in IDE (VS Code + ESP-IDF):

Copy link
Collaborator

@david-cermak david-cermak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates!

@david-cermak david-cermak merged commit e926a2c into espressif:master Sep 18, 2024
33 checks passed
@embedcat embedcat deleted the feat/fix-arguments-c-api branch September 18, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants