Commit 141d6f64 authored by Don Gagne's avatar Don Gagne

Merge pull request #1660 from aerocore/master

Update firmware upgrade controller links for AeroCore firmware
parents 82aa63fa 985707e1
......@@ -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