From fae89767e77d0e2ffa974f0c6ff9ad2ec2f9091e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 11:25:12 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp index f1843dc..774399a 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.cpp @@ -2,8 +2,6 @@ #include "esphome/core/log.h" #include "../ratgdo_state.h" -#ifdef USE_ESP32 - namespace esphome { namespace ratgdo { @@ -23,4 +21,3 @@ void on_obstruction_state(esphome::ratgdo::ObstructionState state) {} } // namespace ratgdo } // namespace esphome -#endif