This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Fixed wrong VEHICLE_TYPE for multicopters.
sbg
Stefan Rado
11 years ago
parent
a1efbad1d4
commit
d70d84c9a7
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
ROMFS/px4fmu_common/init.d/rc.mc_defaults
2
ROMFS/px4fmu_common/init.d/rc.mc_defaults
Unescape
Escape
View File
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
#!nsh
set VEHICLE_TYPE
fw
set VEHICLE_TYPE
mc
if [ $DO_AUTOCONFIG == yes ]
then
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
zrzk/px4_autopilot
Title
Body
Create Issue