mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
Sets default pulse time and digit spaceing to 200ms
This commit is contained in:
@@ -70,8 +70,8 @@ namespace PepperDash.Essentials.Core.Presets
|
|||||||
|
|
||||||
public DevicePresetsModel(string key, string fileName) : base(key)
|
public DevicePresetsModel(string key, string fileName) : base(key)
|
||||||
{
|
{
|
||||||
PulseTime = 150;
|
PulseTime = 200;
|
||||||
DigitSpacingMs = 150;
|
DigitSpacingMs = 200;
|
||||||
|
|
||||||
UseLocalImageStorage = true;
|
UseLocalImageStorage = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user