From f8e8d5012fbb0038f7fa8898696f3631b3d0623f Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 19 Oct 2024 00:06:35 -0600 Subject: [PATCH] update tx_poll_div --- lora_sx127.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora_sx127.c b/lora_sx127.c index e6b387b..df91dfa 100644 --- a/lora_sx127.c +++ b/lora_sx127.c @@ -53,7 +53,7 @@ #include static unsigned tx_poll_div = 10; -module_param(tx_poll_div, uint, 0000); +module_param(tx_poll_div, uint, 0400); MODULE_PARM_DESC(tx_poll_div, "Number of RX poll cycles to perform before attempting a single TX op"); /* SX127X Registers addresses */