1
0
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:
Clyde Stubbs
2025-03-27 18:09:22 +11:00
committed by GitHub
parent ccd55a8e84
commit 58fe8b39b2
14 changed files with 85 additions and 86 deletions

View 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

View File

@@ -0,0 +1,2 @@
<<: !include common.yaml

View File

@@ -0,0 +1,2 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml