Commit 985707e1 authored by Andrew C. Smith's avatar Andrew C. Smith

Update firmware upgrade controller links for AeroCore firmware

to the clearer, standard versions of the AWS links.
parent f8508f9d
......@@ -170,9 +170,9 @@ void FirmwareUpgradeController::_getFirmwareFile(void)
static const char* rgAeroCoreFirmware[3] =
{
"http://s3-us-west-2.amazonaws.com/gumstix-aerocore/PX4/stable/aerocore_default.px4",
"http://s3-us-west-2.amazonaws.com/gumstix-aerocore/PX4/beta/aerocore_default.px4",
"http://s3-us-west-2.amazonaws.com/gumstix-aerocore/PX4/master/aerocore_default.px4"
"http://gumstix-aerocore.s3.amazonaws.com/PX4/stable/aerocore_default.px4",
"http://gumstix-aerocore.s3.amazonaws.com/PX4/beta/aerocore_default.px4",
"http://gumstix-aerocore.s3.amazonaws.com/PX4/master/aerocore_default.px4"
};
static const char* rgPX4FlowFirmware[3] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment