autoUpdate property
enable silent background OTA checks on WiFi connect
Implementation
@$pb.TagNumber(5)
$core.bool get autoUpdate => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set autoUpdate($core.bool v) {
$_setBool(4, v);
}
enable silent background OTA checks on WiFi connect
@$pb.TagNumber(5)
$core.bool get autoUpdate => $_getBF(4);
@$pb.TagNumber(5)
set autoUpdate($core.bool v) {
$_setBool(4, v);
}