adds initial user defined panels

This commit is contained in:
2025-12-23 16:41:21 -05:00
parent a110aa6376
commit ebbf864af9
33 changed files with 2188 additions and 370 deletions

View File

@@ -154,7 +154,7 @@ impl TelemetryManagementService {
.collect()
}
pub fn pin(&self) -> TelemetryManagementServicePin {
pub fn pin(&self) -> TelemetryManagementServicePin<'_> {
TelemetryManagementServicePin {
tlm_data: self.tlm_data.pin(),
}