@@ -149,8 +149,8 @@ <h2>RTC Update via NTP</h2>
149149 < form action ="/aatconfig " id ="aatconfig " method ="POST " class ="mui-form ">
150150 < div class ="mui-panel ">
151151 < fieldset > < legend > Servo maximum speed</ legend >
152- Use the slider to limit the maximum rotational speed of the servo . Note that when the azimuth servo
153- must flip from one side to the other, the servo always will move at full speed.
152+ Use the slider to set a limit on the servo's maximum rotational speed. Note that when the azimuth servo
153+ needs to flip from one side to the other, it may move at full speed if the 'Fast Flip' option is enabled .
154154 < input type ="range " id ="servosmoo " name ="servosmoo " list ="servosmoo_markers " value ="5 " min ="0 " max ="9 " step ="1 " style ="width: 100%; "/>
155155 < datalist id ="servosmoo_markers ">
156156 < option value ="0 " label ="Fast " title ="Lickedy Speed "> </ option >
@@ -179,7 +179,7 @@ <h2>RTC Update via NTP</h2>
179179 </ div >
180180 < div class ="mui-panel ">
181181 < fieldset > < legend > Azimuth servo</ legend >
182- Enter the micrsecond (us) values for the min and max position of the horizontal servo, using the slider to test positions.
182+ Enter the microsecond (us) values for the min and max position of the horizontal servo, using the slider to test positions.
183183 < input type ="range " id ="bear " name ="bear " class ="aatlive " list ="azim_markers " value ="0 " min ="-180 " max ="180 " step ="45 " style ="width: 100%; "/>
184184 < datalist id ="bear_markers ">
185185 < option value ="-180 "> </ option >
@@ -205,9 +205,15 @@ <h2>RTC Update via NTP</h2>
205205 < input id ="azim_max " type ="number " name ="azim_max " min ="500 " max ="2500 "/>
206206 < label for ="azim_max "> Max</ label >
207207 </ div >
208+ < div class ="mui-checkbox mui-col-xs-12 ">
209+ < label >
210+ < input id ="azim_sff " type ="checkbox " name ="azim_sff " value ="1 ">
211+ Fast Flip (If the azimuth servo needs to move more than 80% of the distance, jump immediately)
212+ </ label >
213+ </ div >
208214 </ fieldset >
209215 < fieldset > < legend > Elevation servo</ legend >
210- Enter the micrsecond (us) values for the min and max position of the vertical servo, using the slider to test positions.
216+ Enter the microsecond (us) values for the min and max position of the vertical servo, using the slider to test positions.
211217 < input type ="range " id ="elev " name ="elev " class ="aatlive " list ="elev_markers " value ="45 " min ="0 " max ="90 " step ="15 " style ="width: 100%; "/>
212218 < datalist id ="elev_markers ">
213219 < option value ="0 " label ="0 "> </ option >
@@ -233,7 +239,7 @@ <h2>RTC Update via NTP</h2>
233239 </ div >
234240 < div class ="mui-panel ">
235241 < fieldset > < legend > Battery voltage</ legend >
236- Battery voltage is calculated using the formula < strong > VBAT = (ADC - offset) / scale</ strong > . If voltage is reading too high, increase scale.
242+ < div > Battery voltage is calculated using the formula < strong > VBAT = (ADC - offset) / scale</ strong > . If voltage is reading too high, increase scale.</ div >
237243 < div class ="mui-textfield mui-col-xs-6 ">
238244 < input id ="vbat_scale " type ="number " name ="vbat_scale " min ="1 " max ="1000 "/>
239245 < label for ="vbat_scale "> Scale</ label >
@@ -244,6 +250,25 @@ <h2>RTC Update via NTP</h2>
244250 </ div >
245251 </ fieldset >
246252 </ div >
253+ < div class ="mui-panel ">
254+ < fieldset >
255+ < legend > Home position settings</ legend >
256+ Define the minimum number of satellites required to establish the home position.
257+ < input type ="range " id ="satmin " name ="satmin " list ="satmin_markers " min ="5 " max ="21 " step ="2 "
258+ style ="width: 100%; " />
259+ < datalist id ="satmin_markers ">
260+ < option value ="5 " label ="5 " title ="Less precise "> </ option >
261+ < option value ="7 " label ="7 "> </ option >
262+ < option value ="9 " label ="9 "> </ option >
263+ < option value ="11 " label ="11 "> </ option >
264+ < option value ="13 " label ="13 "> </ option >
265+ < option value ="15 " label ="15 "> </ option >
266+ < option value ="17 " label ="17 "> </ option >
267+ < option value ="19 " label ="19 "> </ option >
268+ < option value ="21 " label ="21 " title ="More precise "> </ option >
269+ </ datalist >
270+ </ fieldset >
271+ </ div >
247272 < input type ="hidden " name ="commit " value ="1 "/>
248273 < input type ="submit " id ="aatsubmit " value ="Save " class ="mui-btn mui-btn--primary "/>
249274 </ form >
0 commit comments