schtuff
This commit is contained in:
parent
7742ff8909
commit
db0b5bf77d
1 changed files with 2 additions and 12 deletions
|
@ -8,20 +8,10 @@ substitutions:
|
||||||
color_green: '0x5AF78E'
|
color_green: '0x5AF78E'
|
||||||
color_red: '0xff5c57'
|
color_red: '0xff5c57'
|
||||||
color_darker_white: '0xA5A5A9'
|
color_darker_white: '0xA5A5A9'
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: thermostat
|
name: thermostat
|
||||||
|
|
||||||
# esp32:
|
|
||||||
# board: esp32-s3-devkitc-1
|
|
||||||
# variant: esp32s3
|
|
||||||
# framework:
|
|
||||||
# type: esp-idf
|
|
||||||
# sdkconfig_options:
|
|
||||||
# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: y
|
|
||||||
# CONFIG_ESP32S3_DATA_CACHE_64KB: y
|
|
||||||
# CONFIG_SPIRAM_FETCH_INSTRUCTIONS: y
|
|
||||||
# CONFIG_SPIRAM_RODATA: y
|
|
||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: esp32s3box
|
board: esp32s3box
|
||||||
variant: esp32s3
|
variant: esp32s3
|
||||||
|
@ -43,7 +33,7 @@ esp32:
|
||||||
CONFIG_SPIRAM_SPEED_80M: y
|
CONFIG_SPIRAM_SPEED_80M: y
|
||||||
CONFIG_FREERTOS_HZ: "1000"
|
CONFIG_FREERTOS_HZ: "1000"
|
||||||
CONFIG_ESP32S3_DATA_CACHE_LINE_64B: y
|
CONFIG_ESP32S3_DATA_CACHE_LINE_64B: y
|
||||||
COMPILER_OPTIMIZATION_SIZE: y
|
COMPILER_OPTIMIZATION_PERF: y
|
||||||
|
|
||||||
psram:
|
psram:
|
||||||
mode: octal
|
mode: octal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue