Skip to content

Commit 6017bf5

Browse files
committed
Remove deprecated Top Canister Temperature and Humidity sensor
1 parent 408e1f5 commit 6017bf5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,11 @@ message CPUTemperatureTel {
131131
CPUTemperature temperature = 1; // CPU temperature.
132132
}
133133

134-
// Receive temperature information from the top canister.
135-
message CanisterTopTemperatureTel {
136-
CanisterTemperature temperature = 1; // Temperature information.
137-
}
138-
139134
// Receive temperature information from the bottom canister.
140135
message CanisterBottomTemperatureTel {
141136
CanisterTemperature temperature = 1; // Temperature information.
142137
}
143138

144-
// Receive humidity information from the top canister.
145-
message CanisterTopHumidityTel {
146-
CanisterHumidity humidity = 1; // Humidity information.
147-
}
148-
149139
// Receive humidity information from the bottom canister.
150140
message CanisterBottomHumidityTel {
151141
CanisterHumidity humidity = 1; // Humidity information.

0 commit comments

Comments
 (0)