diff options
author | xengineering <me@xengineering.eu> | 2024-04-14 19:56:23 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-04-14 19:56:23 +0200 |
commit | 9ac3df7349f04733a1807d1ab5d0819d6bf08fdf (patch) | |
tree | b12dfee4c78d020b1037bcdb339192e8b07ad658 | |
parent | c852c3e4047b0a31910bf89436d620281a508029 (diff) | |
download | iot-contact-9ac3df7349f04733a1807d1ab5d0819d6bf08fdf.tar iot-contact-9ac3df7349f04733a1807d1ab5d0819d6bf08fdf.tar.zst iot-contact-9ac3df7349f04733a1807d1ab5d0819d6bf08fdf.zip |
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.
-rw-r--r-- | firmware/prj.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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] " |