From 17008662c08e8e99aefc1814dd80d366872d7ded Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 30 May 2024 20:42:20 +0200 Subject: 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. --- firmware/prj.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/prj.conf') 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 -- cgit v1.2.3-70-g09d2