mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 14:02:21 +02:00
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
)