From 42606a34da2ae7a603369a99c6359751c56d6a12 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 17 Feb 2021 03:22:25 +0900 Subject: [PATCH] slower blinks --- postman/src/main.cpp | 6 +++--- taak/src/main.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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) //