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

◆ startNetClient()

fl::json startNetClient ( )

Start WiFi Soft AP only (for net-client mode).

Returns
JSON with {ssid, password, gateway_ip} on success, or {error} on failure.

Definition at line 453 of file AutoResearchNet.cpp.

453 {
455 response.set("success", false);
456 response.set("error", "Net autoresearch only supported on ESP32");
457 return response;
458}
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: