mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 20:38:16 +00:00
use esp idf only
This commit is contained in:
parent
5bafee43bd
commit
877fb5a144
@ -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…
x
Reference in New Issue
Block a user