Skip to content

Commit e00e5bd

Browse files
authored
change co2 frontend to read rel. % (#176)
1 parent b1a2b84 commit e00e5bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

teleoperation/basestation_gui/frontend/src/components/SensorData.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<th>Humidity (%)</th>
2121
<th>Temp (°C)</th>
2222
<th>Ozone (ppb)</th>
23-
<th>CO2 (ppm)</th>
23+
<th>CO2 (Rel. %)</th>
2424
<th>Pressure (Pa)</th>
2525
</tr>
2626
</thead>

teleoperation/basestation_gui/frontend/src/components/SensorModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const chartConfigs: readonly ChartConfig[] = [
110110
datasets: [{ label: 'Ozone', color: '#F9A825', historyIndex: 4 }],
111111
},
112112
{
113-
title: 'CO₂ (ppm)',
113+
title: 'CO₂ (Rel. %)',
114114
datasets: [{ label: 'CO₂', color: '#8D6E63', historyIndex: 5 }],
115115
},
116116
{

0 commit comments

Comments
 (0)