UNPKG

tasmota-esp-web-tools

Version:
4 lines (3 loc) 280 B
import { Logger } from "tasmota-webserial-esptool"; import { FlashState } from "./const"; export declare const flash: (onEvent: (state: FlashState) => void, port: SerialPort, logger: Logger, manifestPath: string, eraseFirst: boolean, firmwareBuffer: Uint8Array) => Promise<void>;