diff --git a/README.md b/README.md index 60e7f5d..8298afb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Die Projektdokumentation zum Pflanzensensor Workshop. * [Python Runtime Environment](https://www.python.org/) * [VSCodium Code Editor](https://vscodium.com/) +* [Fritzing Prototyping Editor](https://fritzing.org/) ## ESPHome diff --git a/esphome.yaml b/esphome.yaml index fc66b5d..0247e62 100644 --- a/esphome.yaml +++ b/esphome.yaml @@ -3,8 +3,8 @@ esphome: esp8266: board: d1_mini - framework: - type: arduino + # framework: + # type: arduino wifi: ssid: !secret wifi_ssid diff --git a/schaltplan.fzz b/schaltplan.fzz new file mode 100644 index 0000000..9371779 Binary files /dev/null and b/schaltplan.fzz differ