mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 16:31:44 +01:00
lets try without sensor.h
This commit is contained in:
parent
61f42a73da
commit
b788010b37
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
#include "esphome/components/sensor/sensor.h"
|
//#include "esphome/components/sensor/sensor.h"
|
||||||
#include "esphome/components/spi/spi.h"
|
#include "esphome/components/spi/spi.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|
Loading…
Reference in a new issue