diff --git a/postman/src/main.cpp b/postman/src/main.cpp index a364f69..5e734fb 100644 --- a/postman/src/main.cpp +++ b/postman/src/main.cpp @@ -49,9 +49,9 @@ //===================== // // (1) standalone -#if 1 +#if 0 // (2) osc client (the ROOT) -#elif 0 +#elif 1 #define SERIAL_SWAP #define HAVE_CLIENT // (3) sampler client @@ -66,7 +66,7 @@ //======================== // -#define LED_PERIOD (1111) +#define LED_PERIOD (11111) #define LED_ONTIME (1) #define LED_GAPTIME (222) // diff --git a/taak/src/main.cpp b/taak/src/main.cpp index f42b910..ac51095 100644 --- a/taak/src/main.cpp +++ b/taak/src/main.cpp @@ -81,7 +81,7 @@ //======================== // -#define LED_PERIOD (1111) +#define LED_PERIOD (11111) #define LED_ONTIME (1) #define LED_GAPTIME (222) //