client: add AverageRSSI to list of diagnostic values

This commit is contained in:
James Prestwood 2021-03-16 08:38:36 -07:00 committed by Denis Kenzior
parent 5033b5a24d
commit e7c7e7de41
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
{ "TxBitrate", 0, NULL, display_bitrate_100kbps },
{ "ExpectedThroughput", 'u', "Kbit/s" },
{ "RSSI", 'n', "dBm" },
{ "AverageRSSI", 'n', "dBm" },
{ "RxMCS", 'y' },
{ "TxMCS", 'y' },
{ "Frequency", 'u' },