|
FastLED 3.9.15
|
| void printJsonRaw | ( | const fl::json & | json, |
| const char * | prefix = "REMOTE: " ) |
Print JSON directly to Serial, bypassing fl::println and ScopedLogDisable This ensures RPC responses are always visible regardless of log level.
| json | JSON object to output |
| prefix | Optional prefix (default: "REMOTE: ") |
Definition at line 54 of file AutoResearchRemote.cpp.
References fl::basic_string::c_str(), fl::flush(), fl::formatJsonResponse(), and fl::println().
Here is the call graph for this function: