Update PDF build script.

This commit is contained in:
Dominic Clifton 2015-01-05 15:58:27 +00:00
parent 636a0f906b
commit ba01582260
3 changed files with 21 additions and 6 deletions

View File

@ -1,11 +1,20 @@
#!/bin/bash #!/bin/bash
filename=Manual filename=Manual
doc_files=( 'Configuration.md' doc_files=(
'Installation.md'
'Configuration.md'
'Cli.md'
'Board - AlienWii32.md'
'Board - CC3D.md' 'Board - CC3D.md'
'Board - CJMCU.md'
'Board - Naze32.md' 'Board - Naze32.md'
'Rx.md' 'Board - Sparky.md'
'Serial.md' 'Serial.md'
'Rx.md'
'Spektrum bind.md'
'Failsafe.md' 'Failsafe.md'
'Battery.md' 'Battery.md'
'Gps.md' 'Gps.md'
@ -15,6 +24,10 @@ doc_files=( 'Configuration.md'
'Display.md' 'Display.md'
'Buzzer.md' 'Buzzer.md'
'Sonar.md' 'Sonar.md'
'Profiles.md'
'Modes.md'
'Inflight Adjustments.md'
'Controls.md'
'Autotune.md' 'Autotune.md'
'Migrating from baseflight.md') 'Migrating from baseflight.md')

View File

@ -87,7 +87,9 @@ e.g.
Configure AUX range slot 0 to enable ARM when AUX1 is withing 1700 and 2100. 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. You can display the aux configuration by using the `aux` command with no arguments.