From 74faa044309ebac1672fbf3fdf4496da3d2e07ba Mon Sep 17 00:00:00 2001 From: consti10 Date: Tue, 15 Dec 2020 01:19:42 +0100 Subject: [PATCH] work on rssi and remove header --- src/OpenHDStatisticsWriter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenHDStatisticsWriter.hpp b/src/OpenHDStatisticsWriter.hpp index 4b6629d8..8750eda8 100644 --- a/src/OpenHDStatisticsWriter.hpp +++ b/src/OpenHDStatisticsWriter.hpp @@ -13,6 +13,7 @@ // Stores the min, max and average of the rssi values reported for this wifi card // Doesn't differentiate from which antenna the rssi value came +//https://www.radiotap.org/fields/Antenna%20signal.html class RSSIForWifiCard { public: RSSIForWifiCard()=default;