diff options
author | xengineering <me@xengineering.eu> | 2024-04-20 22:04:41 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-04-20 22:04:41 +0200 |
commit | 9a713b06c3f776684dd026646c916b6daea7b25b (patch) | |
tree | 0b8a68ce480b6aeea17669b22969b1ffd151af57 | |
parent | fedaacedd29b4b61fc138e381aad2cf4be08f31d (diff) | |
download | iot-core-9a713b06c3f776684dd026646c916b6daea7b25b.tar iot-core-9a713b06c3f776684dd026646c916b6daea7b25b.tar.zst iot-core-9a713b06c3f776684dd026646c916b6daea7b25b.zip |
firmware: Customize shell prompt
-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..7dfd087 100644 --- a/firmware/prj.conf +++ b/firmware/prj.conf @@ -1 +1,2 @@ CONFIG_SHELL=y +CONFIG_SHELL_PROMPT_UART="[iot-core] " |