Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit f2b2d88

Browse files
committed
Fix unified target source url.
1 parent d3cc5ad commit f2b2d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/firmware_flasher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TABS.firmware_flasher.initialize = function (callback) {
2727
self.intel_hex = undefined;
2828
self.parsed_hex = undefined;
2929

30-
var unifiedSource = 'https://api.github.com/repos/betaflight/unified-targets/contents/configs/default';
30+
var unifiedSource = 'https://api.github.com/repos/cleanflight/unified-targets/contents/configs/default';
3131

3232
function onFirmwareCacheUpdate(release) {
3333
$('select[name="firmware_version"] option').each(function () {

0 commit comments

Comments
 (0)