From 08050839d53ca894ed8169677267ab3d2e608743 Mon Sep 17 00:00:00 2001 From: Ludovic Champsaur Date: Tue, 9 Feb 2021 09:58:40 +0100 Subject: [PATCH] STM32WL LORA : lorawan update --- connectivity/lorawan/mbed_lib.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/connectivity/lorawan/mbed_lib.json b/connectivity/lorawan/mbed_lib.json index 30e130b364..26e5e53e03 100644 --- a/connectivity/lorawan/mbed_lib.json +++ b/connectivity/lorawan/mbed_lib.json @@ -93,5 +93,10 @@ "help": "FSB mask for upstream [CN470 PHY] Check lorawan/FSB_Usage.txt for more details", "value": "{0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF}" } + }, + "target_overrides": { + "STM32WL": { + "wakeup-time": 3 + } } }