1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +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 export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics
# Define supported board lists # Define supported board lists
ALL_BOARDS := coptercontrol oplinkmini sensortest revolution osd simposix ALL_BOARDS := coptercontrol oplinkmini revolution osd revoproto simposix
ALL_BOARDS_BU := coptercontrol oplinkmini simposix ALL_BOARDS_BU := coptercontrol oplinkmini
# Short names of each board (used to display board name in parallel builds) # Short names of each board (used to display board name in parallel builds)
coptercontrol_short := 'cc ' coptercontrol_short := 'cc '
oplinkmini_short := 'oplm' oplinkmini_short := 'oplm'
sensortest_short := 'stst'
revolution_short := 'revo' revolution_short := 'revo'
osd_short := 'osd ' osd_short := 'osd '
revoproto_short := 'revp'
simposix_short := 'posx' simposix_short := 'posx'
# SimPosix only builds on Linux so drop it from the list for # SimPosix only builds on Linux so drop it from the list for

View File

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