Skip to content

Commit c2acbac

Browse files
committed
Forgot to enable MINIMAL mode for RF24 in the latest commit.
1 parent 2fd948f commit c2acbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/utility/RF24_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/*** USER DEFINES: ***/
2424
//#define FAILURE_HANDLING
2525
//#define SERIAL_DEBUG
26-
//#define MINIMAL
26+
#define MINIMAL
2727
//#define SPI_UART // Requires library from https://github.com/TMRh20/Sketches/tree/master/SPI_UART
2828
//#define SOFTSPI // Requires library from https://github.com/greiman/DigitalIO
2929
/**********************/

0 commit comments

Comments
 (0)