forked from espressif/esp-protocols
1.1.0 Features - Added support for at_raw() command (ae38110, #471) - Added iperf test for PPP netifs (976e98d) - Added test that performs OTA to exercise modem layers (f2223dd) Bug Fixes - Fixed OTA test to gracefully fail with no verification (1dc4299) - Added C-API to configure APN (ce7dadd, #485) - Fixed AT commands to copy strings to prevent overrides (741d166, #463) - Fixed incorrect dial command format (0998f3d, #433) - Fixed documentation and example on creating custom device (577de67, #452) - Removed CI jobs for IDF v4.2 (d88cd61) - Fixed OAT test to verify server cert and CN (edc3e72) - Fixed set_pdp_context() command timeout (1d80cbc, #455) Updated - docs(modem): Added description of manual test procedure (68ce794)
11 lines
466 B
YAML
11 lines
466 B
YAML
version: "1.1.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"
|