Sfoglia il codice sorgente

Remove experimental warning

Henry Wurzburg 3 anni fa
parent
commit
326a1ed095
2 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 0 2
      templates/index.html
  2. 1 1
      templates/index2.html

+ 0 - 2
templates/index.html

@@ -32,8 +32,6 @@
 
     <div id="menu">
         <h2>ArduPilot Custom Firmware Builder</h2>
-        <br><b>This site is EXPERIMENTAL</b>
-
 
         <p>Please select the branch to build, then hit 'Next'.</p>
 

+ 1 - 1
templates/index2.html

@@ -33,10 +33,10 @@
 
     <div id="menu">
         <h2>ArduPilot Custom Firmware Builder</h2>
-        <br><b>This site is EXPERIMENTAL</b>
 
         <p>Branch: {{get_branches()[0][chosen_branch]}} <br>
         Vehicle: {{chosen_vehicle}}</p>
+        <p>Firmware will be built based on current development branch (not the current Stable release).</p>
         <p>Please select the required options for the custom firmware build, then hit 'Generate'.</p>
 
         <form action="/generate" method="post">