From c0d157987708029d5e675b23a017d65b53caaf5d Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:19:09 +0100 Subject: [PATCH] Update _lora-regions to clarify rolling hour The rolling 1-hour window isn't clear in the docs. --- docs/blocks/_lora-regions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blocks/_lora-regions.mdx b/docs/blocks/_lora-regions.mdx index 082d608d..c6780e83 100644 --- a/docs/blocks/_lora-regions.mdx +++ b/docs/blocks/_lora-regions.mdx @@ -21,5 +21,5 @@ | `LORA_24` | 2.4 GHz band worldwide | 2400.0 - 2483.5 | 100 | 10 | :::info -EU_433 and EU_868 have to adhere to an hourly duty cycle limitation of 10%. Your device will stop transmitting if you reach it, until it is allowed again. +EU_433 and EU_868 have to adhere to an hourly duty cycle limitation of 10%, calculated every minute on a rolling 1-hour basis. Your device will stop transmitting if you reach it, until it is allowed again. :::