From ec392d35c53ed5a48387e6c46339e98dc0c0e9c2 Mon Sep 17 00:00:00 2001 From: luckfox-eng29 Date: Thu, 31 Oct 2024 20:37:56 +0800 Subject: [PATCH] sysdrv:tools:board:luckfox_config:Modify the luckfox-config GUI to correct the title error Signed-off-by: luckfox-eng29 --- sysdrv/tools/board/luckfox_config/luckfox-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdrv/tools/board/luckfox_config/luckfox-config b/sysdrv/tools/board/luckfox_config/luckfox-config index 702d152e3..8a793af82 100755 --- a/sysdrv/tools/board/luckfox_config/luckfox-config +++ b/sysdrv/tools/board/luckfox_config/luckfox-config @@ -2237,7 +2237,7 @@ function luckfox_compatible_devices() { function luckfox_advanced_options() { if [ "$LUCKFOX_CHIP_MODEL" == "Luckfox Pico Ultra" ] || [ "$LUCKFOX_CHIP_MODEL" == "Luckfox Pico Ultra W" ]; then while true; do - option=$(dialog --title "Compatible Devices" \ + option=$(dialog --title "Advanced Options" \ --menu "Choose an option" 80 50 6 \ 1 "PWM" \ 2 "UART" \ @@ -2263,7 +2263,7 @@ function luckfox_advanced_options() { done else while true; do - option=$(dialog --title "Compatible Devices" \ + option=$(dialog --title "Advanced Options" \ --menu "Choose an option" 80 50 6 1 "PWM" \ 2 "UART" \ 3 "I2C" \