Skip to content

esp_modem: esp_modem_set_echo is not defined (IDFGH-16699) #926

@maksz42

Description

@maksz42

Answers checklist.

  • I have read the documentation for esp-protocols components and the issue is not addressed there.
  • I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

The esp_modem C API declares esp_modem_set_echo, but there is no definition.

/**
* @brief Sets echo mode
* @param[in] echo_on true if echo mode on (repeats the commands)
* @return OK, FAIL or TIMEOUT
*/
esp_err_t esp_modem_set_echo(esp_modem_dce_t *dce, const bool echo_on);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions