Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
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
31
class
TXType(Enum):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected