# ChangeLog ## v0.3.0 - 2026-06-11 ### Features: * Support ESP32-S31. ## v0.2.1 - 2026-01-12 ### Bug Fixes: * Fixed incorrect interface number in ECM_SET_ETHERNET_PACKET_FILTER request. Changed from hardcoded 0 to use actual interface number (`ecm->itf_num`). ## v0.2.0 - 2025-10-15 ### Bug Fixes: * Added configuration `ECM_AUTO_LINK_UP_AFTER_NO_NOTIFICATION` to improved driver compatibility with 4G and Ethernet modules. * Fixed hot-plugging stability issues. * Added test cases to verify the functionality of the ECM driver. ## v0.1.0 - 2025-04-22 * publish official version
a2dd58acf2fef837c9d5e2e86b7e33d318b6b2ff
idf.py add-dependency "espressif/iot_usbh_ecm^0.3.0"