mirror of
https://github.com/esphome/esphome.git
synced 2025-01-12 07:33:19 +01:00
use esp idf only
This commit is contained in:
parent
5bafee43bd
commit
877fb5a144
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue