mirror of
https://github.com/esphome/esphome.git
synced 2025-08-09 11:57:46 +00:00
comment
This commit is contained in:
parent
a6d84948e2
commit
46cf1fb597
@ -337,6 +337,9 @@ class Application {
|
||||
* Each component can request a high frequency loop execution by using the HighFrequencyLoopRequester
|
||||
* 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.
|
||||
*/
|
||||
void set_loop_interval(uint32_t loop_interval) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user