MCPcopy Create free account
hub / github.com/ExpressLRS/ExpressLRS / FirmwareOptions

Class FirmwareOptions

src/python/firmware.py:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 LR1121 = 2
20
21class FirmwareOptions(NamedTuple):
22 mcuType: MCUType
23 deviceType: DeviceType
24 radioChip: RadioType
25 luaName: str
26 bootloader: str
27 offset: int
28 firmware: str
29
30
31class TXType(Enum):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected