mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 03:34:40 +02:00
0.3.0 Features - add esp_wifi_internal_tx_by_ref (ba35d14e
) - Make wifi_remote depend on esp_hosted (ac9972aa
)
2.1 KiB
2.1 KiB
Changelog
0.3.0
Features
0.2.3
Bug Fixes
- Fix server event/command race condtion using eventfd (732b1d5)
- Lock server before marshalling events (9e13870)
0.2.2
Bug Fixes
- Added more netif options for eppp connection (24ce867)
- Do not restrict EPPP config to RSA keys only (f05c765, #570)
0.2.1
Bug Fixes
- Added misc wifi API in eppp impl (93256d1)
- Updated eppp dependency not to use fixed version (3a48c06)
0.2.0
Features
- Add support for simple eppp based RPC (fd168d8)