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

◆ startNetServer()

fl::json startNetServer ( )

Start WiFi Soft AP and HTTP server with test endpoints.

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

Definition at line 446 of file AutoResearchNet.cpp.

446 {
448 response.set("success", false);
449 response.set("error", "Net autoresearch only supported on ESP32");
450 return response;
451}
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: