MCPcopy Create free account
hub / github.com/FastLED/FastLED / Esp32Header

Class Esp32Header

ci/util/bin_2_elf.py:65–71  ·  view source on GitHub ↗

ESP32 image header fields.

Source from the content-addressed store, hash-verified

63
64@dataclass(slots=True)
65class Esp32Header:
66 """ESP32 image header fields."""
67
68 magic: str
69 segments: int
70 flash_mode: int
71 flash_size_freq: int
72
73
74@dataclass(slots=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected