Skip to content

Commit

Permalink
Change signal_power to s32 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Plant authored Jul 6, 2023
1 parent f4fbc95 commit 0d8b721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ message radio_hex_signal_level {
// H3 resolution 12 hex tile covered by the radio
string location = 1;
signal_level signal_level = 2;
// Signal power of the radio in dBm (decibel-milliwatts)
double signal_power = 3;
// Signal power of the radio in ddBm
sint32 signal_power = 3;
}

message coverage_object_req_v1 {
Expand Down

0 comments on commit 0d8b721

Please sign in to comment.