Skip to content

probe-web / @probe-web/client / index / FormatName

Type Alias: FormatName

ts
type FormatName = "target" | "elf" | "bin" | "hex" | "uf2" | "idf";

Defined in: index.ts:186

The image format of a FlashJob. target (the default) uses the chip's own default: an ESP-IDF image with bootloader on ESP32 chips, ELF elsewhere.