mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 01:44:20 -07:00
Merge branch 'dev' into event_string_view
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
update:
|
||||
- platform: esp32_hosted
|
||||
name: "Coprocessor Firmware Update"
|
||||
type: embedded
|
||||
path: $component_dir/test_firmware.bin
|
||||
sha256: de2f256064a0af797747c2b97505dc0b9f3df0de4f489eac731c23ae9ca9cc31
|
||||
10
tests/components/esp32_hosted/test-http.esp32-p4-idf.yaml
Normal file
10
tests/components/esp32_hosted/test-http.esp32-p4-idf.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
http_request:
|
||||
|
||||
update:
|
||||
- platform: esp32_hosted
|
||||
name: "Coprocessor Firmware Update"
|
||||
type: http
|
||||
source: https://esphome.github.io/esp-hosted-firmware/manifest/esp32c6.json
|
||||
update_interval: 6h
|
||||
@@ -6,6 +6,7 @@ display:
|
||||
panel_height: 32
|
||||
double_buffer: true
|
||||
brightness: 128
|
||||
gamma_correct: gamma_2_2
|
||||
pages:
|
||||
- id: page1
|
||||
lambda: |-
|
||||
|
||||
@@ -5,6 +5,7 @@ display:
|
||||
panel_height: 32
|
||||
double_buffer: true
|
||||
brightness: 128
|
||||
gamma_correct: cie1931
|
||||
r1_pin: GPIO42
|
||||
g1_pin: GPIO41
|
||||
b1_pin: GPIO40
|
||||
|
||||
@@ -7,6 +7,7 @@ display:
|
||||
platform: ili9xxx
|
||||
id: main_lcd
|
||||
model: ili9342
|
||||
data_rate: 31.25MHz
|
||||
cs_pin: 20
|
||||
dc_pin: 21
|
||||
reset_pin: 22
|
||||
|
||||
@@ -42,4 +42,3 @@ status_led:
|
||||
|
||||
# Include API at priority 40
|
||||
api:
|
||||
password: "apipassword"
|
||||
|
||||
Reference in New Issue
Block a user