83
C136 Macro function complete telemetry
If placed last in a macro, this command forces function complete telemetry at
macro end. This is useful if a configuration command is implemented by the
macro, and it is desirable for the telemetry to be function complete instead.
This command does nothing outside of a macro.
C137 Macro configuration complete telemetry
If placed last in a macro, this command forces configuration complete
telemetry at the macro end. This command does nothing outside of a macro.
C138 No macro complete telemetry
If placed last in a macro, the macro will not issue function complete telemetry
when it completes. This is useful if the macro calls a status command
followed by a command which normally returns a function complete. In that
case, it might be preferred that only the CW status be returned. This
command does nothing outside of a macro.