mirror of
https://github.com/oxan/esphome-stream-server.git
synced 2026-05-06 01:26:56 +00:00
Fix incorrect preprocessor check
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#ifdef USE_BINARY_SENSOR
|
||||
#include "esphome/components/binary_sensor/binary_sensor.h"
|
||||
#endif
|
||||
#ifdef USE_BINARY_SENSOR
|
||||
#ifdef USE_SENSOR
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user