- <!doctype html>
- <title>ArduPilot Custom Firmware Builder</title>
- <h1>ArduPilot Custom Firmware Builder</h1>
- {% if error %}
- <p>Error: {{ error }}!</p>
- {% else %}
- <p>Custom firmware build complete. You can download from: <a href="{{ urlkey }}" download="custom_build.zip">here</a>.</p>
- <p>This should be unzipped to the autopilot's SD card.</p>
- <p>This download will be available for 24 hours.</p>
- {% endif %}
- <br />
- <footer>{{uuidkey}}</footer>
|