diff options
author | xengineering <me@xengineering.eu> | 2024-05-30 20:42:20 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-30 20:42:20 +0200 |
commit | 17008662c08e8e99aefc1814dd80d366872d7ded (patch) | |
tree | e33735323be004e963eed130dc2e96cc64031c38 /firmware/prj.conf | |
parent | d9c7e352d9268e12f6c1d19dbc68c047842acdf1 (diff) | |
download | iot-core-17008662c08e8e99aefc1814dd80d366872d7ded.tar iot-core-17008662c08e8e99aefc1814dd80d366872d7ded.tar.zst iot-core-17008662c08e8e99aefc1814dd80d366872d7ded.zip |
firmware: Replace shell by empty frame emitting
The shell should not be used anyway since the USB UART port is required
for communication with the software.
Emitting 0xC0 as termination byte of the Serial Line Internet Protocol
(SLIP) every second triggers output in the SLIP-receiving software.
Diffstat (limited to 'firmware/prj.conf')
-rw-r--r-- | firmware/prj.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/prj.conf b/firmware/prj.conf index 7dfd087..ef2861c 100644 --- a/firmware/prj.conf +++ b/firmware/prj.conf @@ -1,2 +1 @@ -CONFIG_SHELL=y -CONFIG_SHELL_PROMPT_UART="[iot-core] " +CONFIG_SERIAL=y |