Skip to content

Commit

Permalink
esp-idf framework
Browse files Browse the repository at this point in the history
Saves memory, between other benefits.
  • Loading branch information
edwardtfn committed Oct 16, 2023
1 parent c9ff45f commit 6e57a2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nspanel_esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ web_server:
esphome:
name: ${device_name}
min_version: 2023.5.0
platformio_options:
build_flags:
- -Wno-missing-field-initializers
on_boot:
priority: 200.0
then:
Expand All @@ -66,6 +69,8 @@ esphome:
##### TYPE OF ESP BOARD #####
esp32:
board: esp32dev
framework:
type: esp-idf

##### OTA PASSWORD #####
ota:
Expand Down

0 comments on commit 6e57a2a

Please sign in to comment.