Skip to content

Commit

Permalink
Merge pull request #1 from comdata/patch-1
Browse files Browse the repository at this point in the history
Added warning about having sleep mode defined.
  • Loading branch information
comdata authored Jan 21, 2017
2 parents 9fac7f5 + 69b497c commit 415fdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#endif

#if defined(ENABLE_SLEEP_MODE) && defined(ESP8266)
#warning "Disabling sleep mode because sleep doesn't work on ESP8266"
#undef ENABLE_SLEEP_MODE
#endif

Expand Down

0 comments on commit 415fdc9

Please sign in to comment.