Skip to content

Commit 8723b7c

Browse files
committed
Show XDATA in telemetry list.
1 parent 58a097e commit 8723b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/tracker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,15 @@ function habitat_data(jsondata, alternative) {
583583
"frequency": "TX Frequency",
584584
"manufacturer": "Manufacturer",
585585
"type": "Sonde Type",
586-
"burst_timer": "Burst Timer"
586+
"burst_timer": "Burst Timer",
587+
"xdata": "XDATA"
587588
};
588589

589590
var hide_keys = {
590591
"spam": true,
591592
"battery_millivolts": true,
592593
"temperature_internal_x10": true,
593-
"uplink_rssi_raw": true,
594-
"xdata": true
594+
"uplink_rssi_raw": true
595595
};
596596

597597
var suffixes = {

0 commit comments

Comments
 (0)