Reindex values

This commit is contained in:
Ben Meadors 2022-03-26 14:41:53 -05:00
parent 17795f9be7
commit 4fb1330c73

View file

@ -64,12 +64,12 @@ message EnvironmentMetrics {
/*
* Voltage measured
*/
float voltage = 10;
float voltage = 5;
/*
* Current measured
*/
float current = 11;
float current = 6;
}
/*