# ArduPilot Custom Firmware Builder ## Summary This is a website that generates a downloadable custom ArduPilot firmware, based on user selection. ## For developers This website uses the flask library. To run: ``` ./app.py ``` For Apache web server http://localhost:8080 : ``` /usr/local/opt/httpd/bin/httpd -D FOREGROUND ```