From 510af4678e0d2f15a7651d766c806550c17fe78e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 1 Apr 2022 02:21:26 +0200 Subject: [PATCH] Disable AI Service by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7345af2c8b..159082a54e 100644 --- a/config.def.h +++ b/config.def.h @@ -1646,7 +1646,7 @@ static const bool enable_device_vibration = false; #define DEFAULT_AI_SERVICE_TARGET_LANG 0 -#define DEFAULT_AI_SERVICE_ENABLE true +#define DEFAULT_AI_SERVICE_ENABLE false #define DEFAULT_AI_SERVICE_PAUSE false