mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 19:03:47 +01:00
use esp idf only
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef USE_ESP_IDF
|
||||
|
||||
#include "modem_component.h"
|
||||
|
||||
#include "esphome/core/automation.h"
|
||||
@@ -15,3 +18,4 @@ class ModemNotRespondingTrigger : public Trigger<> {
|
||||
|
||||
} // namespace modem
|
||||
} // namespace esphome
|
||||
#endif // USE_ESP_IDF
|
Reference in New Issue
Block a user