MCPcopy Create free account
hub / github.com/EdgeTX/buddy / WebDFUProcessWrite

Class WebDFUProcessWrite

src/shared/dfu/process.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export class WebDFUProcessWrite
48 implements WebDFUProcess<WebDFUProcessWriteEvents>
49{
50 events = createNanoEvents<WebDFUProcessWriteEvents>();
51}
52
53export class WebDFUProcessErase
54 implements WebDFUProcess<WebDFUProcessEraseEvents>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected