mirror of
https://github.com/esphome/esphome.git
synced 2025-08-07 10:57:46 +00:00
there was no locking on host!
This commit is contained in:
parent
aaff086aeb
commit
bc2adb6b5a
@ -83,4 +83,4 @@ bool DeferStressComponent::is_test_complete() { return this->test_complete_; }
|
|||||||
int DeferStressComponent::get_expected_total() { return this->expected_total_; }
|
int DeferStressComponent::get_expected_total() { return this->expected_total_; }
|
||||||
|
|
||||||
} // namespace defer_stress_component
|
} // namespace defer_stress_component
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
@ -25,4 +25,4 @@ class DeferStressComponent : public Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace defer_stress_component
|
} // namespace defer_stress_component
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user