From fd7b823f526b872cbd23f09757ef13909f5a181a Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 17 Oct 2024 14:01:58 +0200 Subject: [PATCH] auto formatting --- src/system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system.cpp b/src/system.cpp index 1c7d776cd..7b3c0adc1 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -791,9 +791,9 @@ void System::system_check() { #ifndef EMSESP_STANDALONE #if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2 #if ESP_IDF_VERSION_MAJOR < 5 - temp_sensor_read_celsius(&temperature_); + temp_sensor_read_celsius(&temperature_); #else - temperature_sensor_get_celsius(temperature_handle_, &temperature_); + temperature_sensor_get_celsius(temperature_handle_, &temperature_); #endif #endif #endif