From 8dc8e5ae0b34e5ae19f9e785e887f2681bbb37ef Mon Sep 17 00:00:00 2001 From: Laukik Hase Date: Thu, 10 Mar 2022 14:26:37 +0530 Subject: [PATCH] kconfig: Changed default values of bool configs - Some bool configs were using default values true and false, instead of y and n. --- components/mqtt/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/components/mqtt/Kconfig b/components/mqtt/Kconfig index fd1d4a6..06f06a1 100644 --- a/components/mqtt/Kconfig +++ b/components/mqtt/Kconfig @@ -120,7 +120,6 @@ menu "ESP-MQTT Configurations" config MQTT_TASK_CORE_SELECTION_ENABLED bool "Enable MQTT task core selection" - default false help This will enable core selection