Skip to content

Commit

Permalink
Update PDF build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Jan 5, 2015
1 parent 636a0f9 commit ba01582
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
23 changes: 18 additions & 5 deletions build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
#!/bin/bash

filename=Manual
doc_files=( 'Configuration.md'
'Board - CC3D.md'
'Board - Naze32.md'
doc_files=(
'Installation.md'
'Configuration.md'
'Cli.md'

'Board - AlienWii32.md'
'Board - CC3D.md'
'Board - CJMCU.md'
'Board - Naze32.md'
'Board - Sparky.md'

'Serial.md'
'Rx.md'
'Serial.md'
'Spektrum bind.md'
'Failsafe.md'
'Battery.md'
'Gps.md'
'Rssi.md'
'Telemetry.md'
'LedStrip.md'
'Display.md'
'Buzzer.md'
'Buzzer.md'
'Sonar.md'
'Profiles.md'
'Modes.md'
'Inflight Adjustments.md'
'Controls.md'
'Autotune.md'
'Migrating from baseflight.md')

Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion docs/Modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ e.g.

Configure AUX range slot 0 to enable ARM when AUX1 is withing 1700 and 2100.

```aux 0 0 0 1700 2100```
```
aux 0 0 0 1700 2100
```

You can display the aux configuration by using the `aux` command with no arguments.

0 comments on commit ba01582

Please sign in to comment.