ESP32 CSI Tool Config not appears on espidf-4.3.7
AdroitBit opened this issue · 1 comments
AdroitBit commented
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
Tool Settings
- Baud Rate: 921600
- WiFi Channel per Device: 7
- FreeRTOS > Tick rate (Hz): 1000
To Reproduce
Steps to reproduce the behavior:
- cd to active_sta
- idf.py menuconfig
- Not see it there
Desktop (please complete the following information):
- OS: Windows 11
- ESP-IDF Version: 4.3.7
- ESP32-CSI-Tool Git Hash:
What is this?
Additional context
I'm not sure where should I post this problem. So I go with here first.
AdroitBit commented
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?