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
268 stars 73 forks source link

Update documentation from esp-idf v4.3.1 up to v4.4 and review that the project still works #65

Open Sisyphus-pandapia opened 2 years ago

Sisyphus-pandapia commented 2 years ago

Describe the bug Code is available on idf v4.3.1 release,but not available on idf v4.4,can I modify the relevant files to change this? Because I want to use this tool to do experiments on ESP32 S3(which only supports idf v4.4 and v5.0)

Morris-Wei commented 2 years ago

It's available in IDF V4.4 under my test. Some config settings need to be changed in V4.4. such as UART baud rate is in ESP System Settings instead of Common System Settings

StevenMHernandez commented 2 years ago

Thanks for taking a look at this. Feel free to create a pull request to update the documentation for v4.4 changes. Thanks!