Skip to content

Commit

Permalink
change the url for load Cetus_1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HWT662988 committed Dec 9, 2021
1 parent 152de50 commit f526599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ firmware_flasher.initialize = function (callback) {
xhr.send(null);
break;
case "Cetus_1.0.1.bin":
xhr.open('GET', "https://gitee.com/huang_wen_tao123/flight_control_firmware/attach_files/907653/download/Cetus_1.0.1.bin", true);
xhr.open('GET', "https://gitee.com/huang_wen_tao123/flight_control_firmware/attach_files/908085/download/Cetus_1.0.1.bin", true);
xhr.send(null);
break;
case "Cetus_pro_1.1.1.bin":
Expand Down

0 comments on commit f526599

Please sign in to comment.