Hi,
Trying to use v2.x ESP-ADF examples.
So far tried with ‘play_mp3’ and ‘record_while_play’ and in both VisualGDB properties fail to show in the “Project”-“VisualGDB Project Properties” menu, so the relevant ESP-IDF settings cannot be view/change from there.
I’m attaching a screenshot where the error message shows that it cannot find a Kconfig file whereas I guess it should have searched for a SDKConfig file.
For that project though (play_mp3) as it is now with ADF v2.3 I can built debug and run it just fine using ESP-Prog and LyraT, the problem is the handling of sdkconfig VisualGDB settings.
I have downloaded and using the required toolchain GCC 5.2.0 GDB 7.10 r17 and the ESP-ADF v2.3.
To mention also that tried all ADF 2.x versions (and the master branch) and all of them got the same problem. Using ADF v1.0 that problem does not exist but I need to use ADFv2.x.
Is this a known bug, or am I missing something ?