mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 11:38:48 +00:00
Add precondition comment to process_dump_config_()
This commit is contained in:
@@ -521,6 +521,7 @@ class Application {
|
||||
|
||||
/// Process dump_config output one component per loop iteration.
|
||||
/// Extracted from loop() to keep cold startup/reconnect logging out of the hot path.
|
||||
/// Caller must ensure dump_config_at_ < components_.size().
|
||||
void __attribute__((noinline)) process_dump_config_();
|
||||
|
||||
void feed_wdt_arch_();
|
||||
|
||||
Reference in New Issue
Block a user