Skip to content

Commit 48e35b6

Browse files
authored
Update esp32-s3-box-3.yaml
fix typo
1 parent 931dea8 commit 48e35b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-s3-box-3/esp32-s3-box-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ script:
415415
auto output_timer = *timers.begin();
416416
for (const auto &timer : timers) {
417417
if (timer.seconds_left <= output_timer.seconds_left) {
418-
output_timer = iterable_timer.second;
418+
output_timer = timer;
419419
}
420420
}
421421
id(global_first_timer) = output_timer;

0 commit comments

Comments
 (0)