Skip to content

Commit

Permalink
this option is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 11, 2023
1 parent 85051fe commit 5d4aaef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WBTxRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class WBTxRx {
// file for encryptor
// make optional for ease of use - with no keypair given the default "seed" is used
std::optional<std::string> encryption_key = std::nullopt;
// dirty, rssi on rtl8812au is "bugged", this discards the first rssi value reported by the card.
bool rtl8812au_rssi_fixup=false;
// on the rx pcap fd, set direction PCAP_D_IN (aka only packets received by the card) - doesn't work on AR9271
bool set_direction= true;
// thy spam the console, but usefully for debugging
Expand Down

0 comments on commit 5d4aaef

Please sign in to comment.