debugLogApiEnabled property
By default we turn off logging as soon as an API client connects (to keep shared serial link quiet). Output live debug logging over serial or bluetooth is set to true.
Implementation
@$pb.TagNumber(6)
$core.bool get debugLogApiEnabled => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set debugLogApiEnabled($core.bool value) => $_setBool(5, value);