Files
esp32-hacking/get-started/csi_recv_router/main
user 1a4a5a4ac1 fix: Disable promiscuous mode on ESP32 — breaks CSI callback
Promiscuous mode (deauth/probe detection) disables CSI data collection
on original ESP32 at the driver level. Guard with #if !CONFIG_IDF_TARGET_ESP32
to only enable on newer chips where the two coexist.
2026-02-04 19:45:56 +01:00
..