-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Some function not exposed on 3.0.0-alpha #8753
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
Comments
Functions have changed. Maybe wait for the update guide to come out? |
@frdoni LEDC functions have changed, migration guide and documentation is almost ready. I am closing this as there won't be any action needed. |
Where can I find it? I'm getting ledc errors all over the place. |
here is the PR with it being worked on: #8716 |
@frdoni another option to check LEDC API docs source file or reworked examples. |
Thanks, @P-R-O-C-H-Y. I figured it out by looking at the new AnalogOut LEDC examples 👍🏼 |
Board
ESP32 DEVKIT V1
Device Description
Trying new 3.0.0-alpha version, my sketch don't compile because some internal function seems not be exposed anymore:
error: 'esp_random' was not declared in this scope; did you mean 'srandom'?
error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?
error: 'ledcSetup' was not declared in this scope
Hardware Configuration
no special configuration
Version
latest development Release Candidate (RC-X)
IDE Name
Arduino IDE V2
Operating System
Win11 x64
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
115200
Description
Can't compile on 3.0.0-alpha
Sketch
Debug Message
Other Steps to Reproduce
on 2.0.x version it's compile correctly
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: