Do not want to suspend UART operation on low_power ot_cli demo

I am running on openthread demo: ot_cli on its low power mode by building with low_power snippet.

As document says, it will automatically suspend UART operation when low power ot_cli device becomes attached to Thread Router.

But I don't want it to happen, I stiil need uart console to do some operations even it attached to Thread Router, what should I do?

Related