Power supply: [USB|external 5V|external 3.3V|Battery]
Problem Description
// Detailed problem description goes here.
Expected Behavior
Actual Behavior
Steps to Reproduce
step1
...
// If possible, attach a picture of your setup/wiring here.
Code to Reproduce This Issue
// the code should be wrapped in the ```cpp tag so that it will be displayed better.
#include "esp_log.h"
void app_main()
{
}
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Debug log goes here. It should contain the backtrace, as well as the reset source if it is a crash.
Please copy the plaintext here for us to search the error log. Or attach the complete logs and leave the main part here if the log is *too* long.
Other Items If Possible
[ ] sdkconfig file (Attach the sdkconfig file from your project folder)
[ ] elf file in the build folder (Note this may contain all the code details and symbols of your project.)
dear @IamFive , before idf v5.0, esp_timer is automatic added to the components requirements, so there is no need to append to COMPONENT_REQUIRES list. Compile can be sucess when build with IDF v4.4
audio-recorder component only requires
esp-timer
when idf-version >= 5.0. but why the code uses esp-timer directly, how it links when compile.https://github.com/espressif/esp-adf/blob/a74a26f1f2c2f84a7c3631bdd34d365a26704fcc/components/audio_recorder/CMakeLists.txt#L14-L16
Environment
git describe --tags
in $IDF_PATH folder to find it): // v4.4-191-g83daa6dabbgit describe --tags
in $ADF_PATH folder to find it): // v2.3-171-gaac5912xtensa-esp32-elf-gcc --version
in your project folder to find it): // 1.22.0-80-g6c4433aProblem Description
// Detailed problem description goes here.
Expected Behavior
Actual Behavior
Steps to Reproduce
// If possible, attach a picture of your setup/wiring here.
Code to Reproduce This Issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other Items If Possible
build
folder (Note this may contain all the code details and symbols of your project.)