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

◆ runNetLoopback()

fl::json runNetLoopback ( )

Run self-contained loopback test: start HTTP server, client GETs localhost.

No WiFi needed — purely TCP over localhost (127.0.0.1).

Returns
JSON with {success, tests_passed, tests_failed, results[]}

Definition at line 469 of file AutoResearchNet.cpp.

469 {
471 response.set("success", false);
472 response.set("error", "Net loopback autoresearch only supported on ESP32");
473 return response;
474}
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: