From b7c1daab9b66f745e5db07460b607523ef6798f8 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 30 Apr 2023 21:42:14 +0200 Subject: [PATCH] examples/lorawan: extend list of supported radios --- examples/lorawan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lorawan/README.md b/examples/lorawan/README.md index f6e0420cf2..ce57ae1b13 100644 --- a/examples/lorawan/README.md +++ b/examples/lorawan/README.md @@ -39,7 +39,7 @@ Use the `BOARD`, `DRIVER` and `LORA_REGION` make variables to adapt the applicat to your hardware setup and region of use: - `BOARD` can be one of the nucleo-64 boards -- `DRIVER` can be either `sx1276` or `sx1272` +- `DRIVER` can be either `sx1261`, `sx1262`, `sx1268`, `sx1276` or `sx1272` - `LORA_REGION` can be `EU868`, `US915`, etc (see LoRaWAN regional parameters for details).