mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
sensor.h last try for now
This commit is contained in:
parent
b788010b37
commit
dd1f0b229d
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
TODO: Libretiny? (USE_LIBRETINY)
|
||||
*/
|
||||
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
#include "esphome/core/helpers.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "cc1101.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "esphome/core/component.h"
|
||||
//#include "esphome/components/sensor/sensor.h"
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
#include "esphome/components/spi/spi.h"
|
||||
|
||||
namespace esphome {
|
||||
|
|
Loading…
Reference in a new issue