diff --git a/software/apps/slave_node/prj.conf b/software/apps/slave_node/prj.conf index e69de29..1ed07ab 100644 --- a/software/apps/slave_node/prj.conf +++ b/software/apps/slave_node/prj.conf @@ -0,0 +1,9 @@ +# Enable Console and printk for logging +CONFIG_CONSOLE=y +CONFIG_PRINTK=y + +# Enable UART console +CONFIG_UART_CONSOLE=y + +# Disable RTT console to avoid conflicts +CONFIG_RTT_CONSOLE=n \ No newline at end of file