fixed compile error for esp32

This commit is contained in:
GrKoR
2021-11-01 19:26:38 +03:00
parent 238e6f7441
commit c46ce73db0
2 changed files with 83 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
/// немного переработанная версия старого компонента
#pragma once
#include <Arduino.h>
#include "esphome.h"
#include <stdarg.h>
#include "esphome/core/component.h"