1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-05 11:23:47 +01:00
This commit is contained in:
J. Nick Koston
2025-06-12 15:56:19 -05:00
parent 5719d334aa
commit e72e0d0646

View File

@@ -8,9 +8,6 @@
#include <algorithm> #include <algorithm>
#include <cinttypes> #include <cinttypes>
// Include for ISR-safe printing
#include "rom/ets_sys.h"
namespace esphome { namespace esphome {
namespace esp32_touch { namespace esp32_touch {