mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 00:11:59 +01:00
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Fixes https://github.com/esphome/feature-requests/issues/2427 Tested on an ETH01-Evo board using ethernet: type: DM9051 clk_pin: GPIO07 mosi_pin: GPIO10 miso_pin: GPIO03 cs_pin: GPIO09 interrupt_pin: GPIO08 reset_pin: GPIO06 clock_speed: 20MHz A number of read errors was observed with 26 MHz (default) or higher clock speeds. This might be a board specific problem. Signed-off-by: Bjørn Mork <bjorn@mork.no> |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
docker | ||
esphome | ||
script | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.coveragerc | ||
.dockerignore | ||
.editorconfig | ||
.flake8 | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.yamllint | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
platformio.ini | ||
pyproject.toml | ||
README.md | ||
requirements_dev.txt | ||
requirements_optional.txt | ||
requirements_test.txt | ||
requirements.txt | ||
sdkconfig.defaults |
ESPHome
![GitHub release](https://img.shields.io/github/release/esphome/esphome.svg)
Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.