diff --git a/examples/osd/arduino-ledstrip/project-conf.h b/examples/osd/arduino-ledstrip/project-conf.h index 574e15250..e9408e312 100644 --- a/examples/osd/arduino-ledstrip/project-conf.h +++ b/examples/osd/arduino-ledstrip/project-conf.h @@ -39,8 +39,8 @@ #define SICSLOWPAN_CONF_FRAG 1 /* For Debug: Dont allow MCU sleeping between channel checks */ -#undef RDC_CONF_MCU_SLEEP -#define RDC_CONF_MCU_SLEEP 0 +//#undef RDC_CONF_MCU_SLEEP +//#define RDC_CONF_MCU_SLEEP 0 /* Disabling RDC for demo purposes. Core updates often require more memory. */ /* For projects, optimize memory and enable RDC again. */ diff --git a/examples/osd/arduino-ledstrip/sketch.pde b/examples/osd/arduino-ledstrip/sketch.pde index 811f2d86a..451c7c41e 100644 --- a/examples/osd/arduino-ledstrip/sketch.pde +++ b/examples/osd/arduino-ledstrip/sketch.pde @@ -134,5 +134,6 @@ void loop (void) break; default: printf("a ist irgendwas\n"); break; } -} */ +} +