slower blinks

This commit is contained in:
Dooho Yi 2021-02-17 03:22:25 +09:00
parent b33f9e4e6b
commit 42606a34da
2 changed files with 4 additions and 4 deletions

View file

@ -49,9 +49,9 @@
//==========<preset>===========
//
// (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 @@
//============<parameters>============
//
#define LED_PERIOD (1111)
#define LED_PERIOD (11111)
#define LED_ONTIME (1)
#define LED_GAPTIME (222)
//

View file

@ -81,7 +81,7 @@
//============<parameters>============
//
#define LED_PERIOD (1111)
#define LED_PERIOD (11111)
#define LED_ONTIME (1)
#define LED_GAPTIME (222)
//