Skip to content

Commit 0364400

Browse files
authored
Update tracker.js
1 parent c6c4199 commit 0364400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@ function addPosition(position) {
38953895

38963896
// Graph Stuff
38973897

3898-
var graph_inhibited_fields = ['frequency', 'frequency_tx', 'burst_timer', 'xdata', 'oif411_ozone_pump_temp', 'oif411_ozone_current_uA', 'oif411_ozone_battery_v', 'oif411_ozone_pump_curr_mA', 'oif411_serial', 'oif411_version'];
3898+
var graph_inhibited_fields = ['frequency', 'frequency_tx', 'burst_timer', 'xdata', 'oif411_ozone_pump_temp', 'oif411_ozone_battery_v', 'oif411_ozone_pump_curr_mA', 'oif411_serial', 'oif411_version'];
38993899

39003900
function updateGraph(vcallsign, reset_selection) {
39013901
if(!plot || !plot_open) return;

0 commit comments

Comments
 (0)