Add units, change topic name.

This commit is contained in:
2025-08-17 19:04:46 +02:00
parent 57ca3e313f
commit dba4d652f3
5 changed files with 14 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ pub async fn communicate_with_hardware(
let mut sub = workbook_client
.client
.subscribe_multi::<icd::ImpedanceTopic>(8)
.subscribe_multi::<icd::ImpedanceOutputTopic>(8)
.await
.unwrap();