From 6112c0a27b25b2c072f264f134d79143828b945e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 12 Oct 2022 20:57:03 +0200 Subject: [PATCH] webguiapp configuration refactoring --- Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig index 337a5ad..13d6122 100644 --- a/Kconfig +++ b/Kconfig @@ -1,4 +1,4 @@ -menu "webguiapp configuration" +menu "WebGUIApp" config APP_PROJECT_VER string "Device firmware version" default "0.0.0.0000" @@ -6,7 +6,7 @@ menu "webguiapp configuration" Project version code config DEVICE_MODEL_NAME - string "Default device model name" + string "Device model name" default "DEVICE MODEL NAME" config WEBGUIAPP_HOSTNAME