StevenMHernandez / ESP32-CSI-Tool

Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
https://stevenmhernandez.github.io/ESP32-CSI-Tool/
MIT License
253 stars 69 forks source link

ESP32 CSI Tool Config not appears on espidf-4.3.7 #102

Open AdroitBit opened 4 months ago

AdroitBit commented 4 months ago

Describe the bug ESP32 CSI Tool Config not appears on espidf-4.3.7 when I run idf.py menuconfig on ESP32-CSI-Tool\active_sta directory image

Tool Settings

To Reproduce Steps to reproduce the behavior:

  1. cd to active_sta
  2. idf.py menuconfig
  3. Not see it there

Desktop (please complete the following information):

Additional context I'm not sure where should I post this problem. So I go with here first.

AdroitBit commented 4 months ago

I just git clone this repo into C:\Espressif\frameworks\esp-idf-v4.3.7-3> and thing seems to work. I tried git clone this repo somewhere else and that menu don't appear.

Is this considered a bug?