mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
[scheduler] Properly handle millis() overflow (#8197)
This commit is contained in:
20
tests/components/esphome/common.yaml
Normal file
20
tests/components/esphome/common.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
esphome:
|
||||
debug_scheduler: true
|
||||
platformio_options:
|
||||
board_build.flash_mode: dio
|
||||
area: testing
|
||||
on_boot:
|
||||
logger.log: on_boot
|
||||
on_shutdown:
|
||||
logger.log: on_shutdown
|
||||
on_loop:
|
||||
logger.log: on_loop
|
||||
compile_process_limit: 1
|
||||
min_version: "2025.1"
|
||||
name_add_mac_suffix: true
|
||||
project:
|
||||
name: esphome.test
|
||||
version: "1.1"
|
||||
on_update:
|
||||
logger.log: on_update
|
||||
|
||||
2
tests/components/esphome/test.esp32-ard.yaml
Normal file
2
tests/components/esphome/test.esp32-ard.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
2
tests/components/esphome/test.esp32-c3-ard.yaml
Normal file
2
tests/components/esphome/test.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
1
tests/components/esphome/test.esp32-c3-idf.yaml
Normal file
1
tests/components/esphome/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/esphome/test.esp32-idf.yaml
Normal file
1
tests/components/esphome/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/esphome/test.esp8266-ard.yaml
Normal file
1
tests/components/esphome/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/esphome/test.host.yaml
Normal file
1
tests/components/esphome/test.host.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/esphome/test.rp2040-ard.yaml
Normal file
1
tests/components/esphome/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user