8787 < div align ="center " class ="small ">
8888 < span id ="rtkFirmwareVersion " style ="display:inline; "> RTK Firmware: v0.0</ span > < br >
8989 < span id ="zedFirmwareVersion " style ="display:inline; "> ZED-F9P Firmware: v0.0</ span > < br >
90- < span id ="profileName " style ="display:inline; "> Profile Name: Default</ span >
9190 </ div >
9291 </ div >
9392
9493 < hr class ="mt-0 ">
9594 < div style ="margin-top:20px; ">
95+
96+ <!-- --------- Profile Config --------- -->
97+ < div class ="d-grid gap-2 ">
98+ < button class ="btn btn-primary toggle-btn " id ="profileConfig " type ="button " data-toggle ="collapse "
99+ data-target ="#collapseProfileConfig " aria-expanded ="false " aria-controls ="collapseProfileConfig ">
100+ Profile Configuration < i id ="profileCaret " class ="caret-icon bi icon-caret-down "> </ i >
101+ </ button >
102+ </ div >
103+ < div class ="collapse mb-2 " id ="collapseProfileConfig ">
104+ < div class ="card card-body ">
105+ < div class ="form-group row ">
106+ < label for ="profileNumber " class ="box-margin20 col-sm-3 col-4 col-form-label "> Profile Number</ label >
107+ < div class ="col-sm-8 col-7 ">
108+ < input type ="number " class ="form-control mb-2 " id ="profileNumber ">
109+ < p id ="profileNumberError " class ="inlineError "> </ p >
110+ </ div >
111+ </ div >
112+
113+ < div class ="form-group row ">
114+ < label for ="profileName " class ="box-margin20 col-sm-3 col-4 col-form-label "> Profile Name</ label >
115+ < div class ="col-sm-8 col-7 ">
116+ < input type ="text " class ="form-control " id ="profileName ">
117+ < p id ="profileNameError " class ="inlineError "> </ p >
118+ </ div >
119+ </ div >
120+ </ div >
121+ </ div >
122+
96123 <!-- --------- GNSS Config --------- -->
97124 < div class ="d-grid gap-2 ">
98- < button class ="btn btn-primary toggle-btn " type ="button " data-toggle ="collapse "
125+ < button class ="btn btn-primary mt-3 toggle-btn " type ="button " data-toggle ="collapse "
99126 data-target ="#collapseGNSSConfig " aria-expanded ="false " aria-controls ="collapseGNSSConfig ">
100- GNSS Configuration < i class ="caret-icon bi icon-caret-up "> </ i >
127+ GNSS Configuration < i id =" gnssCaret " class ="caret-icon bi icon-caret-up "> </ i >
101128 </ button >
102129 </ div >
103130 < div class ="collapse show " id ="collapseGNSSConfig ">
265292 < input type ="text " class ="form-control " id ="ntripClient_MountPointPW ">
266293 < p id ="ntripClient_MountPointPWError " class ="inlineError "> </ p >
267294 </ div >
268- </ div >
269-
295+ </ div >
296+
270297 < div class ="form-check mt-1 box-margin20 ">
271298 < label class ="form-check-label " for ="ntripClient_TransmitGGA "> Transmit GGA to Caster</ label >
272299 < input class ="form-check-input " type ="checkbox " value ="" id ="ntripClient_TransmitGGA " unchecked >
@@ -276,12 +303,12 @@ <h2>
276303 </ span >
277304 </ div >
278305 </ div >
279-
306+
280307 < div id ="messageRateButton ">
281308 < button class ="btn btn-md btn-outline-primary mt-3 toggle-btn " type ="button "
282309 data-toggle ="collapse " data-target ="#collapseGNSSConfigMsg " aria-expanded ="false "
283310 aria-controls ="collapseGNSSConfigMsg ">
284- Message Rates < i class ="caret-icon bi icon-caret-down "> </ i >
311+ Message Rates < i id =" gnssMsgCaret " class ="caret-icon bi icon-caret-down "> </ i >
285312 </ button >
286313 < span class ="tt " data-bs-placement ="right "
287314 title ="NMEA and RAWX are the two most commonly reported types of message but the receiver supports more than 70 different messages. Each message rate input controls which messages are disabled (0) and how often the message is reported (1 = one message reported per 1 fix, 5 = one report every 5 fixes). Default: NMEA GGA, GSA, GST, GSV, and RMC. Limits: 0 to 20. ">
846873 < div class ="d-grid gap-2 ">
847874 < button class ="btn btn-primary mt-3 toggle-btn " id ="baseConfig " type ="button " data-toggle ="collapse "
848875 data-target ="#collapseBaseConfig " aria-expanded ="false " aria-controls ="collapseBaseConfig ">
849- Base Configuration < i class ="caret-icon bi icon-caret-down "> </ i >
876+ Base Configuration < i id =" baseCaret " class ="caret-icon bi icon-caret-down "> </ i >
850877 </ button >
851878 </ div >
852879 < div class ="collapse " id ="collapseBaseConfig ">
@@ -1055,7 +1082,7 @@ <h2>
10551082 < div class ="d-grid gap-2 ">
10561083 < button class ="btn btn-primary mt-3 toggle-btn " id ="sensorConfig " type ="button " data-toggle ="collapse "
10571084 data-target ="#collapseSensorConfig " aria-expanded ="false " aria-controls ="collapseSensorConfig ">
1058- Sensor Configuration < i class ="caret-icon bi icon-caret-down "> </ i >
1085+ Sensor Configuration < i id =" sensorCaret " class ="caret-icon bi icon-caret-down "> </ i >
10591086 </ button >
10601087 </ div >
10611088 < div class ="collapse " id ="collapseSensorConfig ">
@@ -1083,7 +1110,7 @@ <h2>
10831110 < div class ="d-grid gap-2 ">
10841111 < button class ="btn btn-primary mt-3 toggle-btn " id ="ppConfig " type ="button " data-toggle ="collapse "
10851112 data-target ="#collapsePPConfig " aria-expanded ="false " aria-controls ="collapsePPConfig ">
1086- PointPerfect Configuration < i class ="caret-icon bi icon-caret-down "> </ i >
1113+ PointPerfect Configuration < i id =" pointPerfectCaret " class ="caret-icon bi icon-caret-down "> </ i >
10871114 </ button >
10881115 </ div >
10891116 < div class ="collapse " id ="collapsePPConfig ">
@@ -1149,12 +1176,12 @@ <h2>
11491176 </ div >
11501177 </ div >
11511178 </ div >
1152-
1179+
11531180 <!-- --------- Ports Config --------- -->
11541181 < div class ="d-grid gap-2 ">
11551182 < button class ="btn btn-primary mt-3 toggle-btn " type ="button " data-toggle ="collapse "
11561183 data-target ="#collapsePortsConfig " aria-expanded ="false " aria-controls ="collapsePortsConfig ">
1157- Ports Configuration < i class ="caret-icon bi icon-caret-down "> </ i >
1184+ Ports Configuration < i id =" portsCaret " class ="caret-icon bi icon-caret-down "> </ i >
11581185 </ button >
11591186 </ div >
11601187 < div class ="collapse " id ="collapsePortsConfig ">
@@ -1270,7 +1297,7 @@ <h2>
12701297 < div class ="d-grid gap-2 ">
12711298 < button class ="btn btn-primary mt-3 toggle-btn " type ="button " data-toggle ="collapse "
12721299 data-target ="#collapseSystemConfig " aria-expanded ="false " aria-controls ="collapseSystemConfig ">
1273- System Configuration < i class ="caret-icon bi icon-caret-down "> </ i >
1300+ System Configuration < i id =" systemCaret " class ="caret-icon bi icon-caret-down "> </ i >
12741301 </ button >
12751302 </ div >
12761303 < div class ="collapse " id ="collapseSystemConfig ">
@@ -1397,4 +1424,4 @@ <h2>
13971424 </ script >
13981425</ body >
13991426
1400- </ html >
1427+ </ html >
0 commit comments