From 9ac3df7349f04733a1807d1ab5d0819d6bf08fdf Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 14 Apr 2024 19:56:23 +0200 Subject: fw: Customize shell prompt The shell prompt was changed from the default 'uart:~$ ' to '[iot-contact] ' so that it is more visible which kind of firmware is running on the device. --- firmware/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/prj.conf b/firmware/prj.conf index e3d95ac..0416292 100644 --- a/firmware/prj.conf +++ b/firmware/prj.conf @@ -1 +1,2 @@ CONFIG_SHELL=y +CONFIG_SHELL_PROMPT_UART="[iot-contact] " -- cgit v1.2.3-70-g09d2