change the default tx and gain to be 1db again.
This commit is contained in:
@@ -117,11 +117,11 @@ static NumericDefaultValue<uint32_t> g_phyNTxPower
|
||||
static NumericDefaultValue<double> g_phyTxGain
|
||||
("WifiPhyTxGain",
|
||||
"Transmission gain (dB).",
|
||||
0.0);
|
||||
1.0);
|
||||
static NumericDefaultValue<double> g_phyRxGain
|
||||
("WifiPhyRxGain",
|
||||
"Reception gain (dB).",
|
||||
0.0);
|
||||
1.0);
|
||||
static StringDefaultValue g_ssid
|
||||
("WifiSsid",
|
||||
"The ssid to use. \"\" is the broadcast ssid.",
|
||||
|
||||
Reference in New Issue
Block a user