mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Change noise_floor type from float to int32
This commit is contained in:
parent
1b1dc090ef
commit
3193bab2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ message LocalStats {
|
|||
/*
|
||||
* Noise floor value measured in dBm
|
||||
*/
|
||||
float noise_floor = 15;
|
||||
int32 noise_floor = 15;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue