7 lines
No EOL
161 B
C#
7 lines
No EOL
161 B
C#
namespace NucuCar.Sensors.Modules.Heartbeat
|
|
{
|
|
public class HeartbeatConfig : BaseSensorConfig
|
|
{
|
|
public new bool Grpc { get; } = false;
|
|
}
|
|
} |