1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-28 15:58:16 +00:00

Revert log.h to cpp files

This commit is contained in:
Edward Firmo 2024-12-10 09:54:05 +01:00
parent 09fecf523f
commit 389a5ad233
5 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#include "esphome/core/component.h"
#include "esphome/core/defines.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
#ifdef USE_ESP32
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0)

View File

@ -1,6 +1,7 @@
#ifdef USE_ESP32
#include "adc_sensor.h"
#include "esphome/core/log.h"
#if (ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0))

View File

@ -1,6 +1,7 @@
#ifdef USE_ESP32
#include "adc_sensor.h"
#include "esphome/core/log.h"
#if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0))

View File

@ -2,6 +2,7 @@
#include "adc_sensor.h"
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#ifdef USE_ADC_SENSOR_VCC
#include <Esp.h>

View File

@ -1,6 +1,7 @@
#ifdef USE_RP2040
#include "adc_sensor.h"
#include "esphome/core/log.h"
#ifdef CYW43_USES_VSYS_PIN
#include "pico/cyw43_arch.h"