- <!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. Download <a href="{{ urlkey }}" download="custom_build.zip">here</a>.</p>
- {% endif %}
- <br />
- <footer>{{uuidkey}}</footer>
|