diff --git a/esp-wifi/CHANGELOG.md b/esp-wifi/CHANGELOG.md index 7baef61f10f..1e500065a0f 100644 --- a/esp-wifi/CHANGELOG.md +++ b/esp-wifi/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump MSRV to 1.83 (#2615) - Bump smoltcp to 0.12.0 (#2849) +- Avoid public API changes due to config options. `csi_enabled` option converted to feature (#2945) ### Fixed diff --git a/esp-wifi/MIGRATING-0.11.md b/esp-wifi/MIGRATING-0.11.md index 726bac1e380..fe17a65a368 100644 --- a/esp-wifi/MIGRATING-0.11.md +++ b/esp-wifi/MIGRATING-0.11.md @@ -18,6 +18,6 @@ configurations to match the new format. +ESP_WIFI_CONFIG_DYNAMIC_RX_BUF_NUM = "16" ``` -## `csi_enabled` option coverted to feature +## `csi_enabled` option converted to feature As part of limiting public API changes due to config options, the `csi_enabled` option has been changed to feature. The feature must now be activated in `esp-wifi` crate to activate the corresponding functionality. \ No newline at end of file