mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
change tx and rx frequency display precision (to reflect ini file significant figures)
This commit is contained in:
parent
cdf62f1601
commit
70d596fea4
2 changed files with 6 additions and 6 deletions
|
|
@ -100,8 +100,8 @@ private:
|
|||
unsigned int m_berCount2;
|
||||
unsigned int m_txFrequency;
|
||||
unsigned int m_rxFrequency;
|
||||
float m_fl_txFrequency;
|
||||
float m_fl_rxFrequency;
|
||||
double m_fl_txFrequency;
|
||||
double m_fl_rxFrequency;
|
||||
bool m_displayTempInF;
|
||||
std::string m_location;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue