generate.html 455 B

123456789101112131415
  1. <!doctype html>
  2. <title>ArduPilot Custom Firmware Builder</title>
  3. <h1>ArduPilot Custom Firmware Builder</h1>
  4. {% if error %}
  5. <p>Error: {{ error }}!</p>
  6. {% else %}
  7. <p>Custom firmware build complete. You can download from: <a href="{{ urlkey }}" download="custom_build.zip">here</a>.</p>
  8. <p>This should be unzipped to the autopilot's SD card.</p>
  9. <p>This download will be available for 24 hours.</p>
  10. {% endif %}
  11. <br />
  12. <footer>{{uuidkey}}</footer>