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

Move ESPHome version define (#607)

* Move ESPHome version define

* Lint
This commit is contained in:
Otto Winter
2019-06-03 16:07:15 +02:00
committed by GitHub
parent c53483a3b2
commit ebe64e24f1
10 changed files with 19 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#include "esphome/core/application.h"
#include "esphome/core/log.h"
#include "esphome/core/version.h"
#ifdef USE_STATUS_LED
#include "esphome/components/status_led/status_led.h"