1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 14:25:16 +03:00

CC3D and all its traces removed

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-04-24 08:40:32 +02:00
parent ab404957f7
commit dad24ac7f5
21 changed files with 8 additions and 574 deletions

View file

@ -13,7 +13,7 @@ The PDF manual generation uses the Gimli for the conversion. It can be installed
All markdown files need to be registered in the ```build_manual.sh``` file individually by modifying the ```doc_files``` variable / array:
```bash
doc_files=( 'Configuration.md'
'Board - CC3D.md'
'Board - SPRACINGF3.md'
'...'
'...'
)