mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
remove ifdef USE_ARDUINO
This commit is contained in:
parent
f81aad1197
commit
c33e9e0352
2 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
#ifdef USE_ARDUINO
|
||||
|
||||
#include "list_entities.h"
|
||||
#include "esphome/core/application.h"
|
||||
|
||||
|
@ -31,5 +29,3 @@ optional<std::string> StatesIterator::next() {
|
|||
|
||||
} // namespace web_server
|
||||
} // namespace esphome
|
||||
|
||||
#endif // USE_ARDUINO
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef USE_ARDUINO
|
||||
|
||||
#include "list_entities.h"
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/component_iterator.h"
|
||||
|
@ -28,5 +26,3 @@ class StatesIterator : public ListEntitiesIterator {
|
|||
|
||||
} // namespace web_server
|
||||
} // namespace esphome
|
||||
|
||||
#endif // USE_ARDUINO
|
||||
|
|
Loading…
Reference in a new issue