Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions protobuf_definitions/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,11 @@ message CPUTemperatureTel {
CPUTemperature temperature = 1; // CPU temperature.
}

// Receive temperature information from the top canister.
message CanisterTopTemperatureTel {
CanisterTemperature temperature = 1; // Temperature information.
}

// Receive temperature information from the bottom canister.
message CanisterBottomTemperatureTel {
CanisterTemperature temperature = 1; // Temperature information.
}

// Receive humidity information from the top canister.
message CanisterTopHumidityTel {
CanisterHumidity humidity = 1; // Humidity information.
}

// Receive humidity information from the bottom canister.
message CanisterBottomHumidityTel {
CanisterHumidity humidity = 1; // Humidity information.
Expand Down
Loading