Remove distance sensor and esp32 always-true

This commit is contained in:
2026-05-21 20:36:01 +00:00
parent 5ba4ce86f4
commit fd14ff3434
9 changed files with 7 additions and 55 deletions
-4
View File
@@ -2,8 +2,6 @@
#include "esphome/core/defines.h"
#ifdef USE_ESP32
#include <driver/rmt_tx.h>
#include <stddef.h>
#include <stdint.h>
@@ -53,5 +51,3 @@ private:
};
} // namespace esphome::ratgdo
#endif