This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gitignore settings for ESPHome | |
# This is an example and may include too much for your use-case. | |
# You can modify this file to suit your needs. | |
/.esphome/ | |
/secrets.yaml | |
/wifi.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For Waveshare 7" ESP32 board. | |
substitutions: | |
friendly_name: Waveshare 7 | |
esphome: | |
name: wave-7 | |
friendly_name: ${friendly_name} | |
platformio_options: | |
build_unflags: -Werror=all |
OlderNewer