1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-28 06:24:10 +01:00

OP-896: rename SensorTest to RevoProto

This commit is contained in:
Oleg Semyonov 2013-04-24 00:57:33 +03:00
parent 406339eb49
commit fb207bdaf7
28 changed files with 4 additions and 4 deletions

View File

@ -197,15 +197,15 @@ export OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics
# Define supported board lists
ALL_BOARDS := coptercontrol oplinkmini sensortest revolution osd simposix
ALL_BOARDS_BU := coptercontrol oplinkmini simposix
ALL_BOARDS := coptercontrol oplinkmini revolution osd revoproto simposix
ALL_BOARDS_BU := coptercontrol oplinkmini
# Short names of each board (used to display board name in parallel builds)
coptercontrol_short := 'cc '
oplinkmini_short := 'oplm'
sensortest_short := 'stst'
revolution_short := 'revo'
osd_short := 'osd '
revoproto_short := 'revp'
simposix_short := 'posx'
# SimPosix only builds on Linux so drop it from the list for

View File

@ -600,7 +600,7 @@ bool UploaderGadgetWidget::autoUpdate()
filename = "fw_osd";
break;
case 0x902:
filename = "fw_sensortest";
filename = "fw_revoproto";
break;
case 0x903:
filename = "fw_revolution";