Change noise_floor type from float to int32

This commit is contained in:
Ben Meadors 2026-01-19 12:05:33 -06:00 committed by GitHub
parent 1b1dc090ef
commit 3193bab2c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,7 +447,7 @@ message LocalStats {
/*
* Noise floor value measured in dBm
*/
float noise_floor = 15;
int32 noise_floor = 15;
}
/*