Skip to content

Commit

Permalink
Update RF24Network_config.h
Browse files Browse the repository at this point in the history
Don't enable sleep on ESP8266
  • Loading branch information
aaddame committed Apr 13, 2016
1 parent dd4e04d commit 1d4f7f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
/********** USER CONFIG - non ATTiny **************/

//#define DUAL_HEAD_RADIO
#ifndef ARDUINO_ARCH_ESP8266
//#define ENABLE_SLEEP_MODE //AVR only
#endif
#define RF24NetworkMulticast

/** \def
Expand Down Expand Up @@ -58,7 +60,9 @@
#else // Different set of defaults for ATTiny - fragmentation is disabled and user payloads are set to 3 max
/********** USER CONFIG - ATTiny **************/
//#define DUAL_HEAD_RADIO
#ifndef ARDUINO_ARCH_ESP8266
//#define ENABLE_SLEEP_MODE //AVR only
#endif
#define RF24NetworkMulticast
#define MAIN_BUFFER_SIZE 96 + 10
#define DISABLE_FRAGMENTATION
Expand Down

0 comments on commit 1d4f7f7

Please sign in to comment.