* more debug output (#retransmits)

* improved loop counters
This commit is contained in:
lumapu 2022-06-09 23:26:10 +02:00
parent f148c41a1f
commit 9ec93f4647
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
#define DUMMY_RADIO_ID ((uint64_t)0xDEADBEEF01ULL)
#define RX_CHANNELS 5
#define RX_LOOP_CNT 600
#define RX_LOOP_CNT 300
const char* const rf24AmpPower[] = {"MIN", "LOW", "HIGH", "MAX"};