Skip to content

Commit

Permalink
Merge pull request #2436 from Blackymas/v4.4.0.dev9
Browse files Browse the repository at this point in the history
New Nextion queue and baud rate detector
  • Loading branch information
edwardtfn authored Dec 17, 2024
2 parents d73cb91 + 2fe549e commit b242154
Show file tree
Hide file tree
Showing 101 changed files with 2,046 additions and 8,459 deletions.
96 changes: 48 additions & 48 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
~/.esphome/cache
~/.platformio/packages
~/.platformio/platforms
key: ${{ runner.os }}-esp-idf-v5-${{ hashFiles('**/esphome_idf5_basic.yaml') }}
key: ${{ runner.os }}-esp-idf-v5-${{ hashFiles('**/esphome_idf53_basic.yaml') }}
restore-keys: |
${{ runner.os }}-esp-idf-v5-
Expand Down Expand Up @@ -108,11 +108,11 @@ jobs:
fail-fast: false
matrix:
include:
- id: idf_v4
- id: idf_v51
yaml_file: ".test/esphome_idf_basic.yaml"
cache-hit: ${{ needs.setup_dependencies.outputs.cache-hit-idf-v4 }}
- id: idf_v5
yaml_file: ".test/esphome_idf5_basic.yaml"
- id: idf_v53
yaml_file: ".test/esphome_idf53_basic.yaml"
cache-hit: ${{ needs.setup_dependencies.outputs.cache-hit-idf-v5 }}
- id: ard
yaml_file: ".test/esphome_ard_basic.yaml"
Expand All @@ -136,12 +136,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_core.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_core.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_core.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_core.yaml"
Expand All @@ -163,12 +163,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_advanced.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_advanced.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_advanced.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_advanced.yaml"
Expand All @@ -190,12 +190,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_ble_tracker.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_ble_tracker.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_ble_tracker.yaml"

steps:
- name: Checkout repository
Expand All @@ -214,12 +214,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_bluetooth_proxy.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_bluetooth_proxy.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_bluetooth_proxy.yaml"

steps:
- name: Checkout repository
Expand All @@ -238,12 +238,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_climate_cool.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_climate_cool.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_climate_cool.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_climate_cool.yaml"
Expand All @@ -265,12 +265,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_climate_heat.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_climate_heat.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_climate_heat.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_climate_heat.yaml"
Expand All @@ -292,12 +292,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_climate_dual.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_climate_dual.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_climate_dual.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_climate_dual.yaml"
Expand All @@ -321,8 +321,8 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_advanced_climate_heat_customizations.yaml"
- id: ard
base: ard
Expand All @@ -347,8 +347,8 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_climate_cool_bluetooth_proxy.yaml"

steps:
Expand All @@ -369,12 +369,12 @@ jobs:
strategy:
matrix:
include:
- id: idf_v4
base: idf_v4
- id: idf_v51
base: idf_v51
yaml-file: ".test/esphome_idf_cover.yaml"
- id: idf_v5
base: idf_v5
yaml-file: ".test/esphome_idf5_cover.yaml"
- id: idf_v53
base: idf_v53
yaml-file: ".test/esphome_idf53_cover.yaml"
- id: ard
base: ard
yaml-file: ".test/esphome_ard_cover.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
esp32:
framework:
type: esp-idf
version: 5.1.5
source: https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip
platform_version: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.07/platform-espressif32.zip
version: 5.3.1
platform_version: 6.9.0
...
Loading

0 comments on commit b242154

Please sign in to comment.