Browse Source

Update PDF build script.

master
Dominic Clifton 10 years ago
parent
commit
ba01582260
  1. 23
      build_docs.sh
  2. 0
      docs/Board - CJMCU.md
  3. 4
      docs/Modes.md

23
build_docs.sh

@ -1,11 +1,20 @@
#!/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'
@ -13,8 +22,12 @@ doc_files=( 'Configuration.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')

0
docs/Board - CMJCU.md → docs/Board - CJMCU.md

4
docs/Modes.md

@ -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.
Loading…
Cancel
Save