This commit is contained in:
J. Nick Koston
2025-06-26 02:47:33 +02:00
parent a6d84948e2
commit 46cf1fb597

View File

@@ -337,6 +337,9 @@ class Application {
* Each component can request a high frequency loop execution by using the HighFrequencyLoopRequester * Each component can request a high frequency loop execution by using the HighFrequencyLoopRequester
* helper in helpers.h * helper in helpers.h
* *
* Note: This method is not called by ESPHome core code. It is only used by lambda functions
* in YAML configurations or by external components.
*
* @param loop_interval The interval in milliseconds to run the core loop at. Defaults to 16 milliseconds. * @param loop_interval The interval in milliseconds to run the core loop at. Defaults to 16 milliseconds.
*/ */
void set_loop_interval(uint32_t loop_interval) { void set_loop_interval(uint32_t loop_interval) {