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 {
75 mImpl = platforms::IOTA::create();
76 }
78}
fl::shared_ptr< fl::platforms::IOTA > mImpl
References mImpl.