Switch the default CBS manifest source from the 67 MB JSON file to the 0.7 MB xz file on firmware.ardupilot.org.
@@ -97,7 +97,7 @@ class Settings:
"""URL for the ArduPilot firmware manifest."""
return os.getenv(
'CBS_AP_FIRMWARE_MANIFEST_URL',
- 'https://firmware.ardupilot.org/manifest.json',
+ 'https://firmware.ardupilot.org/manifest.json.xz',
)
@property