|
FastLED 3.9.15
|
| bool fl::net::OTA::beginWiFi | ( | const char * | hostname, |
| const char * | password, | ||
| const char * | ssid, | ||
| const char * | wifi_pass ) |
Start OTA with full Wi-Fi setup (station mode)
| hostname | Device hostname (used for mDNS and DHCP) |
| password | Password for OTA authentication (MD5 hashed for Arduino IDE OTA, plaintext for Web UI Basic Auth) |
| ssid | Wi-Fi network SSID |
| wifi_pass | Wi-Fi network password |
Definition at line 23 of file ota.cpp.hpp.
References mImpl.