consoleEcho

open fun consoleEcho(echo: Boolean, @NotNull callback: @NotNull McuMgrCallback<McuMgrOsResponse>)

Set the console echo on the device (synchronous).

Parameters

echo

whether or not to echo to the console.

callback

the asynchronous callback.


@NotNull
open fun consoleEcho(echo: Boolean): @NotNull McuMgrOsResponse

Set the console echo on the device (synchronous).

Return

The response.

Parameters

echo

whether or not to echo to the console.

Throws