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

◆ OTA()

fl::net::OTA::OTA ( )

Default constructor (lazy initialization)

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

15 : mImpl(nullptr) {
16 // Lazy initialization - mImpl will be created on first method call
17}
fl::shared_ptr< fl::platforms::IOTA > mImpl
Definition ota.h:211

References mImpl.