change frequency to GHz

This commit is contained in:
Brent George
2021-12-14 11:36:46 -07:00
parent 9bc86347be
commit 3218612d3b
2 changed files with 8 additions and 8 deletions

View File

@ -73,7 +73,7 @@ class Network : public ALabel {
int cidr_;
int32_t signal_strength_dbm_;
uint8_t signal_strength_;
uint32_t frequency_;
float frequency_;
uint32_t route_priority;
util::SleeperThread thread_;