mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 15:55:02 +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)
|
||||
{
|
||||
PulseTime = 150;
|
||||
DigitSpacingMs = 150;
|
||||
PulseTime = 200;
|
||||
DigitSpacingMs = 200;
|
||||
|
||||
UseLocalImageStorage = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user