@@ -108,8 +108,8 @@ <h2>RTC Update via NTP</h2>
108108 < form action ="/aatconfig " id ="aatconfig " method ="POST " class ="mui-form ">
109109 < div class ="mui-panel ">
110110 < fieldset > < legend > Servo maximum speed</ legend >
111- Use the slider to limit the maximum rotational speed of the servo . Note that when the azimuth servo
112- must flip from one side to the other, the servo always will move at full speed.
111+ Use the slider to set a limit on the servo's maximum rotational speed. Note that when the azimuth servo
112+ needs to flip from one side to the other, it may move at full speed if the 'Fast Flip' option is enabled .
113113 < input type ="range " id ="servosmoo " name ="servosmoo " list ="servosmoo_markers " value ="5 " min ="0 " max ="9 " step ="1 " style ="width: 100%; "/>
114114 < datalist id ="servosmoo_markers ">
115115 < option value ="0 " label ="Fast " title ="Lickedy Speed "> </ option >
@@ -138,7 +138,7 @@ <h2>RTC Update via NTP</h2>
138138 </ div >
139139 < div class ="mui-panel ">
140140 < fieldset > < legend > Azimuth servo</ legend >
141- Enter the micrsecond (us) values for the min and max position of the horizontal servo, using the slider to test positions.
141+ Enter the microsecond (us) values for the min and max position of the horizontal servo, using the slider to test positions.
142142 < input type ="range " id ="bear " name ="bear " class ="aatlive " list ="azim_markers " value ="0 " min ="-180 " max ="180 " step ="45 " style ="width: 100%; "/>
143143 < datalist id ="bear_markers ">
144144 < option value ="-180 "> </ option >
@@ -164,9 +164,15 @@ <h2>RTC Update via NTP</h2>
164164 < input id ="azim_max " type ="number " name ="azim_max " min ="500 " max ="2500 "/>
165165 < label for ="azim_max "> Max</ label >
166166 </ div >
167+ < div class ="mui-checkbox mui-col-xs-12 ">
168+ < label >
169+ < input id ="azim_sff " type ="checkbox " name ="azim_sff " value ="1 ">
170+ Fast Flip (If the azimuth servo needs to move more than 80% of the distance, jump immediately)
171+ </ label >
172+ </ div >
167173 </ fieldset >
168174 < fieldset > < legend > Elevation servo</ legend >
169- Enter the micrsecond (us) values for the min and max position of the vertical servo, using the slider to test positions.
175+ Enter the microsecond (us) values for the min and max position of the vertical servo, using the slider to test positions.
170176 < input type ="range " id ="elev " name ="elev " class ="aatlive " list ="elev_markers " value ="45 " min ="0 " max ="90 " step ="15 " style ="width: 100%; "/>
171177 < datalist id ="elev_markers ">
172178 < option value ="0 " label ="0 "> </ option >
@@ -192,7 +198,7 @@ <h2>RTC Update via NTP</h2>
192198 </ div >
193199 < div class ="mui-panel ">
194200 < fieldset > < legend > Battery voltage</ legend >
195- Battery voltage is calculated using the formula < strong > VBAT = (ADC - offset) / scale</ strong > . If voltage is reading too high, increase scale.
201+ < div > Battery voltage is calculated using the formula < strong > VBAT = (ADC - offset) / scale</ strong > . If voltage is reading too high, increase scale.</ div >
196202 < div class ="mui-textfield mui-col-xs-6 ">
197203 < input id ="vbat_scale " type ="number " name ="vbat_scale " min ="1 " max ="1000 "/>
198204 < label for ="vbat_scale "> Scale</ label >
@@ -203,6 +209,25 @@ <h2>RTC Update via NTP</h2>
203209 </ div >
204210 </ fieldset >
205211 </ div >
212+ < div class ="mui-panel ">
213+ < fieldset >
214+ < legend > Home position settings</ legend >
215+ Define the minimum number of satellites required to establish the home position.
216+ < input type ="range " id ="satmin " name ="satmin " list ="satmin_markers " min ="5 " max ="21 " step ="2 "
217+ style ="width: 100%; " />
218+ < datalist id ="satmin_markers ">
219+ < option value ="5 " label ="5 " title ="Less precise "> </ option >
220+ < option value ="7 " label ="7 "> </ option >
221+ < option value ="9 " label ="9 "> </ option >
222+ < option value ="11 " label ="11 "> </ option >
223+ < option value ="13 " label ="13 "> </ option >
224+ < option value ="15 " label ="15 "> </ option >
225+ < option value ="17 " label ="17 "> </ option >
226+ < option value ="19 " label ="19 "> </ option >
227+ < option value ="21 " label ="21 " title ="More precise "> </ option >
228+ </ datalist >
229+ </ fieldset >
230+ </ div >
206231 < input type ="hidden " name ="commit " value ="1 "/>
207232 < input type ="submit " id ="aatsubmit " value ="Save " class ="mui-btn mui-btn--primary "/>
208233 </ form >
0 commit comments