Skip to content

Commit

Permalink
Radio upgrade: Point updater to a binary which is fully MAVLink 2.0 e…
Browse files Browse the repository at this point in the history
…nabled, including radio status.
  • Loading branch information
LorenzMeier committed Jul 31, 2017
1 parent 10b2b30 commit e7610c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VehicleSetup/FirmwareUpgradeController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ void FirmwareUpgradeController::_initFirmwareHash()

/////////////////////////////// 3dr radio firmwares ///////////////////////////////////////
FirmwareToUrlElement_t rg3DRRadioFirmwareArray[] = {
{ ThreeDRRadio, StableFirmware, DefaultVehicleFirmware, "http://firmware.ardupilot.org/SiK/stable/radio~hm_trp.ihx"}
{ ThreeDRRadio, StableFirmware, DefaultVehicleFirmware, "http://px4-travis.s3.amazonaws.com/SiK/stable/radio~hm_trp.ihx"}
};

// populate hashes now
Expand Down

0 comments on commit e7610c6

Please sign in to comment.