mirror of
https://github.com/esphome/esphome.git
synced 2025-02-23 05:18:15 +00:00
use esp idf only
This commit is contained in:
parent
5bafee43bd
commit
877fb5a144
@ -1,4 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef USE_ESP_IDF
|
||||||
|
|
||||||
#include "modem_component.h"
|
#include "modem_component.h"
|
||||||
|
|
||||||
#include "esphome/core/automation.h"
|
#include "esphome/core/automation.h"
|
||||||
@ -15,3 +18,4 @@ class ModemNotRespondingTrigger : public Trigger<> {
|
|||||||
|
|
||||||
} // namespace modem
|
} // namespace modem
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif // USE_ESP_IDF
|
Loading…
x
Reference in New Issue
Block a user