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

Function getEsptool

rusense_flasher/js/flasher.js:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8let _esptool = null;
9
10async function getEsptool() {
11 if (_esptool) return _esptool;
12 _esptool = await import("https://unpkg.com/esptool-js@0.6.0/bundle.js");
13 return _esptool;
14}
15
16/* ── UI helpers ── */
17const $ = (id) => document.getElementById(id);

Callers 1

flasher.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected