mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
remove_soc_temperature_for_s3_support
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user