-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp32/modesp32: Add temperature method for S2,C3 chips. #11672
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
Conversation
Removed S3 as this is not available until idf>=4.4.2 Signed-off-by: Patrick Joy <patrick@joytech.com.au>
Support for S3 removed as this requires idf v4.4.2 or greater. |
c85eb81
to
a67858c
Compare
Signed-off-by: Patrick Joy <patrick@joytech.com.au>
Removed S3 as this is not available until idf>=4.4.2 Signed-off-by: Patrick Joy <patrick@joytech.com.au>
Documentation changes. Signed-off-by: Patrick Joy <patrick@joytech.com.au>
a67858c
to
f63b592
Compare
Now that the esp32 port uses IDF v5, it looks like this function has been deprecated. Could you please update to use the new API |
f63b592
to
813d559
Compare
Will do, I don't know why this PR decided to close itself so will need to reopen. |
Reopening |
Signed-off-by: Patrick Joy <patrick@joytech.com.au>
b27f998
to
c1adfe5
Compare
@dpgeorge This has now been updated to use the new API. Tested on S2 and S3 modules, C3 compiles ok. |
This is an automated heads-up that we've just merged a Pull Request See #13763 A search suggests this PR might apply the STATIC macro to some C code. If it Although this is an automated message, feel free to @-reply to me directly if |
Sorry, this PR got lost, and it was superseded by the alternative implementation in 63c30a2 (which installs the temp sensor once). |
Provide access to temp_sensor_read_celsius() on S2/S3/C3 chips.
Signed-off-by: Patrick Joy patrick@joytech.com.au