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::net::OTA::mImpl
fl::shared_ptr< fl::platforms::IOTA > mImpl
Definition
ota.h:211
References
mImpl
.
fl
net
OTA
Generated on Tue Jun 16 2026 00:07:10 for FastLED by
1.13.2