FastLED 3.9.15
Loading...
Searching...
No Matches

◆ fetch_update()

void fl::net::http::fetch_update ( )

Legacy manual update for fetch promises (use fl::task::run() for new code)

Deprecated
Use fl::task::run() instead - this calls task::run() internally

Definition at line 637 of file fetch.cpp.hpp.

637 {
638 // Legacy function - use fl::task::run() for new code
639 // This provides backwards compatibility for existing code
640 fl::task::run(0);
641}
void run(fl::u32 microseconds, ExecFlags flags)
Run selected task subsystems.

References fl::task::run().

+ Here is the call graph for this function: