1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Use relative include, add check

This commit is contained in:
Otto Winter
2019-05-27 13:06:45 +02:00
parent dac624231f
commit 72a80f559a
19 changed files with 65 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
#include "esphome/components/wifi/wifi_component.h"
#include "wifi_component.h"
#ifdef ARDUINO_ARCH_ESP32
#include <esp_wifi.h>