From 50ead783c98817c0fa40e4ab15df05e125eee5f6 Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Mon, 10 Jan 2022 19:35:20 +0100 Subject: [PATCH] add detailed compiler explanation --- doc/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 0e42d65..90ce192 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -19,6 +19,12 @@ found in the [Configuration guide](configuration.md). After these steps you can let ESPHome compile your firmware (`firmware.bin`) file. This firmware can then be flashed onto the device. +The compile command for ESPHome is +``` +esphome compile example.yaml +``` +The firmware.bin file can be found in `.pioenvs\...\firmware.bin`. + **Note**: During compilation you might see some warning messages from ESPHome, telling you: ``` WARNING GPIO4 is a Strapping PIN and should be avoided.