From 09cf868cf9b55d3ce03501e0c080960c7cbc03b8 Mon Sep 17 00:00:00 2001 From: Fabian Montero 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 9cafe97..71e1bbb 100644 --- a/lora_sx127.c +++ b/lora_sx127.c @@ -52,7 +52,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 */