MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / writeLine

Function writeLine

rusense_flasher/js/flasher.js:125–125  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

123 const terminal = {
124 clean() {},
125 writeLine(data) { log(data); },
126 write(_data) {},
127 };
128 const loader = new ESPLoader({ transport, baudrate: 115200, terminal });

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected