Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update RF24Network_config.h" #91

Merged
merged 1 commit into from
Apr 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
/********** 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 @@ -60,9 +58,7 @@
#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