forked from espressif/esp-protocols
1.4.0 Features - added config_edrx api function (74b7d85d) - added sqn_gm02s connect function (b97dfc08) - add support for sequans GM02S modem (8560f021) Bug Fixes - Fix cmux log message (6ed672da) - fixed minor code mistakes. (317faf89) - handle nullptr in DTE constructors to prevent invalid access (95b56600)
11 lines
466 B
YAML
11 lines
466 B
YAML
version: "1.4.0"
|
|
description: Library for communicating with cellular modems in command and data modes
|
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
|
issues: https://github.com/espressif/esp-protocols/issues
|
|
documentation: https://docs.espressif.com/projects/esp-protocols/esp_modem/docs/latest/index.html
|
|
repository: https://github.com/espressif/esp-protocols.git
|
|
dependencies:
|
|
# Required IDF version
|
|
idf:
|
|
version: ">=4.1"
|