-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve component 'esp_adc_cal'. (AEGHB-447) #309
Comments
From IDF5.0, the component |
Sorry to bother you. if("${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}" VERSION_GREATER_EQUAL "5.0") idf_component_register(SRCS "main.c" And it still showing the same error. I don't know what is wrong in my code. |
After making 2 files of ESP_ADC and ESP_ADC_CAL it has been solved. thank you for your support! |
Can you be more specific about what you did to solve this roadblock? |
Hi stellna, |
Answers checklist.
IDF version.
v.5.1.1
Espressif SoC revision.
ESP32
Operating System used.
Windows
How did you build your project?
Command line with CMake
If you are using Windows, please specify command line type.
CMD
Development Kit.
ESP32 WoverKit 3.3
Steps to reproduce.
#229
I'm Thinking that I have a same problem like the person above.
Build Logs.
More Information.
I have looked at the website and I understand that because my ESP-IDF version is 5.x that I should use ESP_ADC. And I have able to check that I have download ESP-IDF properly and it is stored in my Esp-Idf folder. Here is the way to get in that folder.
C:\Users\whgPd\esp\esp-idf\components\esp_adc
The thing is that I don't know what kinds of action should I take in order to remove this error. Can anyone please tell me precisely how to solve this problem?
Thank you.
The text was updated successfully, but these errors were encountered: