remove_soc_temperature_for_s3_support

This commit is contained in:
michael
2025-01-03 18:36:11 +01:00
parent b72d809e59
commit 095cf984c4
3 changed files with 2 additions and 67 deletions

View File

@@ -38,10 +38,6 @@ int removeFolder(const char* folderPath, const char* logTag);
string toLower(string in);
string toUpper(string in);
#ifdef CONFIG_SOC_TEMP_SENSOR_SUPPORTED
void initTemperatureSensor();
#endif
float temperatureRead();
std::string intToHexString(int _valueInt);