.
This commit is contained in:
parent
30e90fdfe2
commit
6081661e73
2 changed files with 8 additions and 8 deletions
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
//============<identities>============
|
//============<identities>============
|
||||||
//
|
//
|
||||||
#define MY_GROUP_ID (20000)
|
#define MY_GROUP_ID (10000)
|
||||||
#define MY_ID (MY_GROUP_ID + 1000 + 21)
|
#define MY_ID (MY_GROUP_ID + 1)
|
||||||
#define MY_SIGN ("@POSTMAN|REPEATER")
|
#define MY_SIGN ("@POSTMAN|@SAMPLER")
|
||||||
//
|
//
|
||||||
#define ADDRESSBOOK_TITLE ("3rd floor")
|
#define ADDRESSBOOK_TITLE ("broadcast only")
|
||||||
//
|
//
|
||||||
//============</identities>============
|
//============</identities>============
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
#define HAVE_CLIENT_I2C
|
#define HAVE_CLIENT_I2C
|
||||||
#define DISABLE_AP
|
#define DISABLE_AP
|
||||||
// #define SERIAL_SWAP
|
// #define SERIAL_SWAP
|
||||||
#define REPLICATE_NOTE_REQ
|
// #define REPLICATE_NOTE_REQ
|
||||||
|
|
||||||
//============<parameters>============
|
//============<parameters>============
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@
|
||||||
// --> a light indicator for playing/stopped
|
// --> a light indicator for playing/stopped
|
||||||
//
|
//
|
||||||
//==========</list-of-configurations>===========
|
//==========</list-of-configurations>===========
|
||||||
#define USE_EXTERNAL_ANALOG_REFERENCE
|
// #define USE_EXTERNAL_ANALOG_REFERENCE
|
||||||
#define USE_IDLE_NOISE
|
// #define USE_IDLE_NOISE
|
||||||
#define USE_LED_INDICATOR
|
// #define USE_LED_INDICATOR
|
||||||
|
|
||||||
//============<parameters>============
|
//============<parameters>============
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue