This commit is contained in:
2026-02-02 10:00:26 +07:00
commit b9b2c6ef79
617 changed files with 133854 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace SickBlazorApp.Options
{
public sealed class CanBusOptions
{
public string Channel { get; set; } = string.Empty;
public uint PositionBaseCobId { get; set; }
public double PositionScale { get; set; }
}
}