MCPcopy Create free account
hub / github.com/FastLED/FastLED / processJsonFromUI

Method processJsonFromUI

src/platforms/shared/ui/json/json_console.cpp.hpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void JsonConsole::processJsonFromUI(const char* jsonStr) FL_NOEXCEPT {
116 if (!jsonStr) {
117 return;
118 }
119
120 // Update our component name-to-ID mapping
121 updateComponentMapping(jsonStr);
122}
123
124void JsonConsole::readInputFromSerial() FL_NOEXCEPT {
125 if (!mReadAvailableCallback || !mReadCallback) {

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected