mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 05:33:53 +00:00
Remove support for ESP-IDF version < 4 (#5261)
This commit is contained in:
@@ -8,11 +8,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#if ESP_IDF_VERSION_MAJOR >= 4
|
||||
#include <driver/touch_sensor.h>
|
||||
#else
|
||||
#include <driver/touch_pad.h>
|
||||
#endif
|
||||
|
||||
namespace esphome {
|
||||
namespace esp32_touch {
|
||||
|
||||
Reference in New Issue
Block a user