save property
Bool value indicating that this node should save a RangeTest.csv file. ESP32 Only
Implementation
@$pb.TagNumber(3)
$core.bool get save => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set save($core.bool value) => $_setBool(2, value);