From 3b8950f692e871a848ad946c68fef47dcd51ca9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Quentin?= Date: Thu, 30 Nov 2023 15:16:18 +0100 Subject: [PATCH] Label ESP32 COEX as supported (#369) --- esp-wifi/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esp-wifi/README.md b/esp-wifi/README.md index 3f39d22986b..1af46ef04c2 100644 --- a/esp-wifi/README.md +++ b/esp-wifi/README.md @@ -8,7 +8,7 @@ If a cell contains am em dash (—) this means that the particular feature i | | [Wifi](https://github.com/esp-rs/esp-wifi/issues/94) | [BLE](https://github.com/esp-rs/esp-wifi/issues/93) | [Coex](https://github.com/esp-rs/esp-wifi/issues/92) | ESP-NOW | | :------: | :--------------------------------------------------: | :-------------------------------------------------: | :--------------------------------------------------: | :-----: | -| ESP32 | ✓ | ✓ | ˜ | ✓ | +| ESP32 | ✓ | ✓ | ✓ | ✓ | | ESP32-S2 | ✓ | — | — | ✓ | | ESP32-S3 | ✓ | ✓ | ✓ | ✓ | | ESP32-C3 | ✓ | ✓ | ✓ | ✓ | @@ -108,7 +108,6 @@ See [Examples] for details. ## Missing / To be done -- Make CoEx work on ESP32 (it kind of works when commenting out setting the country in wifi_start, probably some mis-compilation since it then crashes in a totally different code path) - Support for non-open SoftAP ## Directory Structure