Skip to content

getSdkVersion #146

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

Closed
hcs-svn opened this issue Jan 24, 2017 · 1 comment
Closed

getSdkVersion #146

hcs-svn opened this issue Jan 24, 2017 · 1 comment

Comments

@hcs-svn
Copy link

hcs-svn commented Jan 24, 2017

Here in Esp.cpp

const char * EspClass::getSdkVersion(void)
{
    return "";//deprecated in IDF
}

you could use
esp_get_idf_version()
from esp_system.h

@me-no-dev
Copy link
Member

yup I saw the change in IDF, just haven't gotten to it yet :)

blue-2357 pushed a commit to blue-2357/arduino-esp32 that referenced this issue Jul 17, 2024
brentru pushed a commit to adafruit/arduino-esp32 that referenced this issue Oct 22, 2024
Dont warn that learn isn't marked as an arduino library
darkxst pushed a commit to darkxst/arduino-esp32 that referenced this issue Dec 5, 2024
dash0820 added a commit to dash0820/arduino-esp32-stripped that referenced this issue Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants