I use Zigbee CLI example on nRF52840.
(examples\zigbee\experimental\cli\cli_agent_router)
It use UART as 115200 bps with CTS/RTS (hardware flow control).
I want to change setting UART to without CTS/RTS.
I looked in the project for the settings but couldn't find them.
Where should I set this up?