From 48e97cd58af1f69e88b9f031a4427dcd59bfd76e Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Tue, 26 Sep 2023 05:32:44 -0600 Subject: [PATCH] Fix comment --- RF24Network_config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RF24Network_config.h b/RF24Network_config.h index 93f16b28..eb6c28c7 100644 --- a/RF24Network_config.h +++ b/RF24Network_config.h @@ -82,9 +82,10 @@ #define ENABLE_DYNAMIC_PAYLOADS #endif // DISABLE_DYNAMIC_PAYLOADS - // The number of 'pipes' available for addressing in the current device - // Networks with NRF24L01 devices only have 6 pipes - // NRF52x networks support up to 8 pipes + /* The number of 'pipes' available for addressing in the current device + * Networks with NRF24L01 devices only have 6 pipes + * NRF52x networks support up to 8 pipes + */ #define NUM_PIPES 6 /* Debug Options */