Skip to content

Commit

Permalink
Use the ESP-IDF framework
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed May 22, 2022
1 parent 90d199f commit 9838256
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions esp32-example-jnge-mppt-controller.yaml
Expand Up @@ -8,8 +8,12 @@ substitutions:

esphome:
name: ${name}
platform: ESP32
board: esp-wrover-kit

esp32:
board: wemos_d1_mini32
framework:
type: esp-idf
version: latest

external_components:
- source: ${external_components_source}
Expand Down
8 changes: 6 additions & 2 deletions esp32-example-jnge-wind-solar-controller.yaml
Expand Up @@ -8,8 +8,12 @@ substitutions:

esphome:
name: ${name}
platform: ESP32
board: esp-wrover-kit

esp32:
board: wemos_d1_mini32
framework:
type: esp-idf
version: latest

external_components:
- source: ${external_components_source}
Expand Down

0 comments on commit 9838256

Please sign in to comment.