MCPcopy Create free account
hub / github.com/FastLED/FastLED / begin

Method begin

src/fl/net/ota.cpp.hpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool OTA::begin(const char* hostname, const char* password) {
32 if (!mImpl) {
33 mImpl = platforms::IOTA::create();
34 }
35 return mImpl->begin(hostname, password);
36}
37
38bool OTA::enableApFallback(const char* ap_ssid, const char* ap_pass) {
39 if (!mImpl) {

Callers 2

feedMethod · 0.45
readChunkMethod · 0.45

Calls 1

createFunction · 0.85

Tested by

no test coverage detected