Browse Source

add detailed compiler explanation

pull/73/head
Staubgeborener 2 years ago
parent
commit
50ead783c9
No known key found for this signature in database GPG Key ID: 37E1773B853B77C3
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/installation.md

+ 6
- 0
doc/installation.md View File

@ -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.


Loading…
Cancel
Save