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

◆ poll()

void fl::net::OTA::poll ( )

Poll OTA handlers (must be called regularly in loop())

Note
Low overhead: ~10-73µs when idle. Web OTA runs in separate task (zero overhead).

Definition at line 73 of file ota.cpp.hpp.

73 {
74 if (!mImpl) {
75 mImpl = platforms::IOTA::create();
76 }
77 mImpl->poll();
78}
fl::shared_ptr< fl::platforms::IOTA > mImpl
Definition ota.h:211

References mImpl.