1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 07:10:33 +01:00
2024-11-11 22:56:32 +01:00

22 lines
363 B
C++

#pragma once
#if defined(USE_ESP32)
#include "esphome/core/automation.h"
#include "esphome/core/component.h"
#include "esphome/core/helpers.h"
#include <esp_now.h>
#include <array>
#include <memory>
#include <queue>
#include <vector>
#include <mutex>
#include <map>
namespace esphome {
namespace espnow {} // namespace espnow
} // namespace esphome
#endif