You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiFi Config: Display button down arrows after save
There was a display bug when a section (e.g GNSS Config) was opened up
and the save button is pressed. Prior to pressing the save button, the
arrow on the section button (e.g. GNSS Config) is point up to indicate
that the section may be collapsed. After pressing the save button, the
section is collapsed but the arrow on the section button remains
pointing up.
This change fixes this display error by changing all of the section
buttons to have a down arrow. Each of the caret icons is given a name
(id) and any icon direction is removed and the icon down direction is
added.
Message Rates <iclass="caret-icon bi icon-caret-down"></i>
284
+
Message Rates <iid="gnssMsgCaret" class="caret-icon bi icon-caret-down"></i>
285
285
</button>
286
286
<spanclass="tt" data-bs-placement="right"
287
287
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.">
Message Rates <i class="caret-icon bi icon-caret-down"></i>
1057
+
Message Rates <i id="gnssMsgCaret" class="caret-icon bi icon-caret-down"></i>
1051
1058
</button>
1052
1059
<span class="tt" data-bs-placement="right"
1053
1060
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.">
0 commit comments