We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c71005 commit 42a853bCopy full SHA for 42a853b
src/tabs/presets/SourcesDialog/SourcesDialog.js
@@ -74,7 +74,7 @@ export default class PresetsSourcesDialog {
74
_createOfficialSource() {
75
const officialSource = new PresetSource(
76
"Betaflight Official Presets",
77
- "https://api.betaflight.com/firmware-presets/",
+ "https://presets.betaflight.com/firmware-presets/",
78
"",
79
);
80
officialSource.official = true;
0 commit comments