From f6b9cc84b553cf098c2bb914f09c7bce3c7e47fe Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 9 Mar 2021 18:46:11 +0900 Subject: [PATCH] disable_ap for taak. (spk. noise) but, why not all disable ap? this will save power consumption in general. --- taak/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taak/src/main.cpp b/taak/src/main.cpp index 49db032..3358c1d 100644 --- a/taak/src/main.cpp +++ b/taak/src/main.cpp @@ -21,7 +21,7 @@ //======================== // #define MY_GROUP_ID (1000) -#define MY_ID (MY_GROUP_ID + 1) +#define MY_ID (MY_GROUP_ID + 100) #define MY_SIGN ("TAAK") // //======================== @@ -44,6 +44,7 @@ //==================== // // (EMPTY) +#define DISABLE_AP //======================== //