changed parsed message from NR-SA to None

This commit is contained in:
Russel Yasol
2024-05-10 11:35:58 +08:00
parent 365925b210
commit faae115732

View File

@@ -252,7 +252,7 @@
<tr> <tr>
<th scope="row">CSQ</th> <th scope="row">CSQ</th>
<td x-show="csq != '-'" x-text="csq"></td> <td x-show="csq != '-'" x-text="csq"></td>
<td x-show="csq == '-'" class="fst-italic">NR-SA Mode</td> <td x-show="csq == '-'" class="fst-italic">None</td>
</tr> </tr>
<tr> <tr>
<th scope="row">CELL ID</th> <th scope="row">CELL ID</th>
@@ -269,7 +269,7 @@
<tr> <tr>
<th scope="row">RSSI</th> <th scope="row">RSSI</th>
<td x-show="rssi != '-'" x-text="rssi"></td> <td x-show="rssi != '-'" x-text="rssi"></td>
<td x-show="rssi == '-'" class="fst-italic">NR-SA Mode</td> <td x-show="rssi == '-'" class="fst-italic">None</td>
</tr> </tr>
<tr> <tr>
<th scope="row">SS_RSRQ<sup>4G</sup></th> <th scope="row">SS_RSRQ<sup>4G</sup></th>