Default to mbps instead of kbps.

pull/444/head
Joe Prochazka 2018-06-22 11:20:47 -04:00
rodzic 2d7ec771e5
commit 54a8a98fff
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ The following is a history of the changes made to this project.
* Updated current Planefinder client versions to 4.1.1.
* Updated current dump1090-fa version to 3.2.3.
* The system page bandwidth meter now maxes out at 150KB/MB per second.
* The system page bandwidth meter now defaults to MB/sec on fresh installations.
## v2.6.2 *(April 6th, 2018)*

Wyświetl plik

@ -421,7 +421,7 @@ EOF;
$common->addSetting('enableAdsbExchangeLink', FALSE);
$common->addSetting('measurementRange', 'imperialNautical');
$common->addSetting('measurementTemperature', 'imperial');
$common->addSetting('measurementBandwidth', 'kbps');
$common->addSetting('measurementBandwidth', 'mbps');
$common->addSetting('networkInterface', 'eth0');
$common->addSetting('emailFrom', 'noreply@adsbreceiver.net');
$common->addSetting('emailReplyTo', 'noreply@adsbreceiver.net');