Note that later start time reads in the pass see the moved start

This commit is contained in:
J. Nick Koston
2026-09-07 17:31:34 +02:00
parent d6d2540823
commit 2307d811bb
+2
View File
@@ -651,6 +651,8 @@ class LoopBlockingGuard {
/// nothing there. Main loop task only. The watchdog is not fed inside the
/// scope, so the work must still finish within the watchdog timeout. Scopes
/// may nest; the outermost one decides how much of the pass is left out.
/// App.get_loop_component_start_time() reads later in the same pass return
/// the moved start, so elapsed time across the scope needs millis().
///
/// void MyComponent::loop() {
/// if (this->needs_key_) {