Skip to content

Commit

Permalink
Change electrode ID field to peripheral ID
Browse files Browse the repository at this point in the history
  • Loading branch information
polymerizedsage committed Dec 13, 2024
1 parent 5b0e8c2 commit 878b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message ImpedanceQuery {
}

message SelfTestQuery {
repeated uint32 electrode_ids = 1;
repeated uint32 peripheral_id = 1;
}

message ImpedanceMeasurement {
Expand Down

0 comments on commit 878b674

Please sign in to comment.