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:
parent
406339eb49
commit
fb207bdaf7
6
Makefile
6
Makefile
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user