esp-idf framework
Saves memory, between other benefits.
This commit is contained in:
@@ -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:
|
||||
@@ -66,6 +69,8 @@ esphome:
|
||||
##### TYPE OF ESP BOARD #####
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
##### OTA PASSWORD #####
|
||||
ota:
|
||||
|
||||
Reference in New Issue
Block a user