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

◆ startOta()

fl::json startOta ( )

Start WiFi Soft AP and OTA HTTP server.

Returns
JSON with {success, ssid, password, ip, port, ota_password, hostname} on success, or {success: false, error} on failure.

Definition at line 184 of file AutoResearchOta.cpp.

184 {
186 response.set("success", false);
187 response.set("error", "OTA autoresearch only supported on ESP32");
188 return response;
189}
static json object() FL_NOEXCEPT
Definition json.h:692

References fl::json::object().

Referenced by AutoResearchRemoteControl::registerFunctions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: