Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Baitboat
Commits
b5273866
Commit
b5273866
authored
12 years ago
by
Pat Hickey
Browse files
Options
Downloads
Patches
Plain Diff
APM_Config.h for ArduCopter/ArduPlane: better descr of APM2_BETA_HARDWARE
parent
a8c234c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ArduCopter/APM_Config.h
+5
-0
5 additions, 0 deletions
ArduCopter/APM_Config.h
ArduPlane/APM_Config.h
+6
-7
6 additions, 7 deletions
ArduPlane/APM_Config.h
with
11 additions
and
7 deletions
ArduCopter/APM_Config.h
+
5
−
0
View file @
b5273866
...
...
@@ -3,6 +3,11 @@
// Example config file. Take a look at config.h. Any term define there can be overridden by defining it here.
//#define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
// Ordinary users should please ignore the following define.
// APM2_BETA_HARDWARE is used to support early (September-October 2011) APM2
// hardware which had the BMP085 barometer onboard. Only a handful of
// developers have these boards.
//#define APM2_BETA_HARDWARE
// GPS is auto-selected
...
...
This diff is collapsed.
Click to expand it.
ArduPlane/APM_Config.h
+
6
−
7
View file @
b5273866
...
...
@@ -4,14 +4,13 @@
// you wish to change any of the setup parameters from their default
// values, place the appropriate #define statements here.
//#define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
// the following 2 defines control which APM board you have. The
// 'BETA' board is only if you are developer who received a
// pre-release APM2 board with the older barometer on it.
// # define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
// # define APM2_BETA_HARDWARE
// Ordinary users should please ignore the following define.
// APM2_BETA_HARDWARE is used to support early (September-October 2011) APM2
// hardware which had the BMP085 barometer onboard. Only a handful of
// developers have these boards.
//#define APM2_BETA_HARDWARE
// The following are the recommended settings for Xplane
// simulation. Remove the leading "/* and trailing "*/" to enable:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment