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 */