StevenMHernandez/ESP32-CSI-Tool

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

Sisyphus-pandapia opened this issue · 2 comments

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)

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

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