Set corret data rate unit

This commit is contained in:
Tim Schubert 2020-08-19 16:42:36 +02:00
parent df97dfa3e4
commit 98468c4857
6 changed files with 14 additions and 14 deletions

View file

@ -76,7 +76,7 @@ private:
double fspl,
double atmosphericLoss,
double linkMargin,
double dataRate,
std::string dataRate,
double rxGain,
double rxLoss);
};