Skip to content

Commit e249f6c

Browse files
Merge pull request #66 from OpenAstroTech/task/jswinoga/add-oaefw-support
Add oae-fw branch, nice name for oaeboardv1 board
2 parents 65d3cbd + 3225ced commit e249f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OATFWGUI/gui_logic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def get_pio_environments(ini_lines: List[str]) -> List[PioEnv]:
4646
'mksgenlv21': 'MKS Gen L v2.1',
4747
'mksgenlv2': 'MKS Gen L v2',
4848
'mksgenlv1': 'MKS Gen L v1',
49+
'oaeboardv1': 'OAE Board v1',
4950
}
5051
pio_environments = []
5152
for raw_env in raw_pio_envs:
@@ -167,6 +168,8 @@ def get_fw_versions(self) -> str:
167168
releases_list = [
168169
FWVersion('develop',
169170
'https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/archive/refs/heads/develop.zip'),
171+
FWVersion('oae-fw',
172+
'https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/archive/refs/heads/oae-fw.zip'),
170173
]
171174
if r.status_code != requests.codes.ok:
172175
log.error(f'Failed to grab latest FW versions: {r.status_code} {r.reason} {r.text}')

0 commit comments

Comments
 (0)