disable_ap for taak. (spk. noise)
but, why not all disable ap? this will save power consumption in general.
This commit is contained in:
parent
c70cfee2b4
commit
f6b9cc84b5
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//============<identities>============
|
||||
//
|
||||
#define MY_GROUP_ID (1000)
|
||||
#define MY_ID (MY_GROUP_ID + 1)
|
||||
#define MY_ID (MY_GROUP_ID + 100)
|
||||
#define MY_SIGN ("TAAK")
|
||||
//
|
||||
//============</identities>============
|
||||
|
|
@ -44,6 +44,7 @@
|
|||
//==========</list-of-configurations>==========
|
||||
//
|
||||
// (EMPTY)
|
||||
#define DISABLE_AP
|
||||
|
||||
//============<parameters>============
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue