From 27446c3cadbc9e3020fb1b92f21d3a79ec359a7e Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Wed, 23 Sep 2015 17:22:03 -0600 Subject: [PATCH] Re-enable dynamic payloads by default --- RF24Network_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RF24Network_config.h b/RF24Network_config.h index 93bb9545..1b229f96 100644 --- a/RF24Network_config.h +++ b/RF24Network_config.h @@ -67,7 +67,7 @@ //#define ENABLE_NETWORK_STATS /** Enable dynamic payloads - If using different types of NRF24L01 modules, some may be incompatible when using this feature **/ - //#define ENABLE_DYNAMIC_PAYLOADS + #define ENABLE_DYNAMIC_PAYLOADS /** Debug Options */ //#define SERIAL_DEBUG