Files
esp-protocols/components/esp_modem/idf_component.yml
Tomas Rezucha 44bae24c78 esp_modem: Return true from on_data callback in data mode
The callback should return false only if there is a problem with the received data.
The updated UART Terminal implementation cannot longer clear is callback.
It is DTE's responsibility to clear the callback.
2023-02-23 20:32:13 +01:00

8 lines
189 B
YAML

version: "0.1.27"
description: esp modem
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
dependencies:
# Required IDF version
idf:
version: ">=4.1"