Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 10, 2023
1 parent 9209da7 commit 283f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WBTxRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class WBTxRx {
// You need to set this to air / gnd on the air / gnd unit since AR9271 has a bug where it reports injected packets as received packets
bool use_gnd_identifier= false;
// RSSI can be tricky
int debug_rssi= 0; // 0 - do not debug, 1=print min,max,avg 2=print every packet
int debug_rssi= 0; // 0 - do not debug, 1=print min,max,avg and log invalid 2=print every packet
// Debug encrypt / calculate checksum time
bool debug_encrypt_time= false;
// Debug decrypt / validate checksum time
Expand Down

0 comments on commit 283f64d

Please sign in to comment.