Merge pull request #487 from meshtastic/caveman99-patch-1

rename value to "distance"
This commit is contained in:
Ben Meadors 2024-04-20 12:39:16 -05:00 committed by GitHub
commit 6e30bbb482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ message EnvironmentMetrics {
/*
* RCWL9620 Doppler Radar Distance Sensor, used for water level detection. Float value in mm.
*/
float water_level = 8;
float distance = 8;
}
/*