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

◆ isConnected()

bool fl::net::OTA::isConnected ( ) const

Check if WiFi is connected.

Returns
true if WiFi connection is established

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

80 {
81 if (!mImpl) {
82 return false;
83 }
84 return mImpl->isConnected();
85}
fl::shared_ptr< fl::platforms::IOTA > mImpl
Definition ota.h:211

References mImpl.