File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 } ' )
You can’t perform that action at this time.
0 commit comments