From 2bbd844adffb9537c5cfef37488dcebdae05546a Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 21 Apr 2022 13:31:47 +0200 Subject: [PATCH] examples/twr_aloha/Makefile: add mention to uwb-core_rng_trx_info --- examples/twr_aloha/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/twr_aloha/Makefile b/examples/twr_aloha/Makefile index 8fb25d0fe5..15114d03c4 100644 --- a/examples/twr_aloha/Makefile +++ b/examples/twr_aloha/Makefile @@ -27,6 +27,8 @@ USEMODULE += uwb-core_twr_ss_ack USEMODULE += uwb-core_twr_ss_ext USEMODULE += uwb-core_twr_ds USEMODULE += uwb-core_twr_ds_ext +## Uncomment to enable trx info such as rssi, los, fppl calculation +# USEMODULE += uwb-core_rng_trx_info # System modules used by this application USEMODULE += shell