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

@@ -374,12 +374,6 @@ extern "C" void app_main(void)
// ********************************************
setupTime(); // NTP time service: Status of time synchronization will be checked after every round (server_tflite.cpp)
// Init SOC temperature sensor (if supported by hardware)
// ********************************************
#if defined(CONFIG_SOC_TEMP_SENSOR_SUPPORTED)
initTemperatureSensor();
#endif
// Set CPU Frequency
// ********************************************
setCpuFrequency();