Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
work on rssi and remove header <bit>
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Dec 15, 2020
1 parent 74faa04 commit 7a548d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenHDStatisticsWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OpenHDStatisticsWriter{
// n packets that were completely lost though FEC
uint64_t count_p_lost=0;
// min max and avg rssi for each wifi card since the last call.
// if count_all is 0 nothing has been received on this card from the last call
// if count_all for a card at position N is 0 nothing has been received on this card from the last call (or the card at position N is not used for this instance)
std::array<RSSIForWifiCard,MAX_RX_INTERFACES> rssiPerCard{};
};
void writeStats(const Data& data){
Expand Down

0 comments on commit 7a548d8

Please sign in to comment.